Searched refs:select1s_ (Results 1 - 4 of 4) sorted by relevance

/external/marisa-trie/lib/marisa/
H A Dbitvector.h19 select1s_.clear();
77 + select0s_.total_size() + select1s_.total_size();
88 Vector<UInt32> select1s_; member in class:marisa::BitVector
H A Dbitvector.cc157 : blocks_(), size_(0), ranks_(), select0s_(), select1s_() {}
253 select1s_.swap(&select1s);
276 temp.select1s_.map(mapper);
308 temp.select1s_.read(reader);
339 select1s_.write(writer);
474 MARISA_DEBUG_IF((select_id + 1) >= select1s_.size(), MARISA_PARAM_ERROR);
476 return select1s_[select_id];
478 UInt32 begin = select1s_[select_id] / 512;
479 UInt32 end = (select1s_[select_id + 1] + 511) / 512;
566 select1s_
[all...]
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dbitvector.h19 select1s_.clear();
77 + select0s_.total_size() + select1s_.total_size();
88 Vector<UInt32> select1s_; member in class:marisa_alpha::BitVector
H A Dbitvector.cc157 : blocks_(), size_(0), ranks_(), select0s_(), select1s_() {}
253 select1s_.swap(&select1s);
276 temp.select1s_.map(mapper);
308 temp.select1s_.read(reader);
339 select1s_.write(writer);
475 MARISA_ALPHA_DEBUG_IF((select_id + 1) >= select1s_.size(),
478 return select1s_[select_id];
480 UInt32 begin = select1s_[select_id] / 512;
481 UInt32 end = (select1s_[select_id + 1] + 511) / 512;
568 select1s_
[all...]

Completed in 302 milliseconds