Home
last modified time | relevance | path

Searched refs:pos_in_buf_ (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmstrsparsevec.h2096 if (pos_in_buf_ == ~size_type(0)) in value()
2100 pos_in_buf_ = 0; in value()
2109 return buf_matrix_.row(pos_in_buf_); in value()
2121 pos_in_buf_ = ~size_type(0); in go_to()
2138 if (pos_in_buf_ != ~size_type(0)) in advance()
2140 ++pos_in_buf_; in advance()
2141 if (pos_in_buf_ >= n_rows) in advance()
2161 : sv_(sv), pos_in_buf_(~size_type(0)) in back_insert_iterator()
2212 pos_in_buf_ = ~size_type(0); in flush()
2271 if (pos_in_buf_ == ~size_type(0)) in add_value()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmstrsparsevec.h2096 if (pos_in_buf_ == ~size_type(0)) in value()
2100 pos_in_buf_ = 0; in value()
2109 return buf_matrix_.row(pos_in_buf_); in value()
2121 pos_in_buf_ = ~size_type(0); in go_to()
2138 if (pos_in_buf_ != ~size_type(0)) in advance()
2140 ++pos_in_buf_; in advance()
2141 if (pos_in_buf_ >= n_rows) in advance()
2161 : sv_(sv), pos_in_buf_(~size_type(0)) in back_insert_iterator()
2212 pos_in_buf_ = ~size_type(0); in flush()
2271 if (pos_in_buf_ == ~size_type(0)) in add_value()
[all …]