Lines Matching refs:wants_full

199 …eads ( const NGS_ReadCollection_v1 * self, NGS_ErrBlock_v1 * err, bool wants_full, bool wants_part…  in NGS_ReadCollection_v1_get_reads()  argument
202 …ON_FAIL ( struct NGS_Read * ret = NGS_ReadCollectionGetReads ( Self ( self ), ctx, wants_full, wan… in NGS_ReadCollection_v1_get_reads()
211 …ount ( const NGS_ReadCollection_v1 * self, NGS_ErrBlock_v1 * err, bool wants_full, bool wants_part… in NGS_ReadCollection_v1_get_read_count() argument
214 …ON_FAIL ( uint64_t ret = NGS_ReadCollectionGetReadCount ( Self ( self ), ctx, wants_full, wants_pa… in NGS_ReadCollection_v1_get_read_count()
223 …v1 * self, NGS_ErrBlock_v1 * err, uint64_t first, uint64_t count, bool wants_full, bool wants_part… in NGS_ReadCollection_v1_read_range() argument
226 …t = NGS_ReadCollectionGetReadRange ( Self ( self ), ctx, first, count, wants_full, wants_partial, … in NGS_ReadCollection_v1_read_range()
466 bool wants_full, bool wants_partial, bool wants_unaligned ) in NGS_ReadCollectionGetReads() argument
475 return VT ( self, get_reads ) ( self, ctx, wants_full, wants_partial, wants_unaligned ); in NGS_ReadCollectionGetReads()
499 bool wants_full, bool wants_partial, bool wants_unaligned ) in NGS_ReadCollectionGetReadCount() argument
508 … return VT ( self, get_read_count ) ( self, ctx, wants_full, wants_partial, wants_unaligned ); in NGS_ReadCollectionGetReadCount()
515 bool wants_full, bool wants_partial, bool wants_unaligned ) in NGS_ReadCollectionGetReadRange() argument
524 …return VT ( self, get_read_range ) ( self, ctx, first, count, wants_full, wants_partial, wants_una… in NGS_ReadCollectionGetReadRange()