HomeSort by relevance Sort by last modified time
    Searched refs:select0s_ (Results 1 - 4 of 4) sorted by null

  /external/marisa-trie/lib/marisa/
bitvector.h 16 select0s_.clear();
77 + select0s_.total_size() + select1s_.total_size();
87 Vector<UInt32> select0s_; member in class:marisa::BitVector
bitvector.cc 157 : blocks_(), size_(0), ranks_(), select0s_(), select1s_() {}
252 select0s_.swap(&select0s);
275 temp.select0s_.map(mapper);
307 temp.select0s_.read(reader);
338 select0s_.write(writer);
390 MARISA_DEBUG_IF((select_id + 1) >= select0s_.size(), MARISA_PARAM_ERROR);
392 return select0s_[select_id];
394 UInt32 begin = select0s_[select_id] / 512;
395 UInt32 end = (select0s_[select_id + 1] + 511) / 512;
565 select0s_.swap(&rhs->select0s_)
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
bitvector.h 16 select0s_.clear();
77 + select0s_.total_size() + select1s_.total_size();
87 Vector<UInt32> select0s_; member in class:marisa_alpha::BitVector
bitvector.cc 157 : blocks_(), size_(0), ranks_(), select0s_(), select1s_() {}
252 select0s_.swap(&select0s);
275 temp.select0s_.map(mapper);
307 temp.select0s_.read(reader);
338 select0s_.write(writer);
390 MARISA_ALPHA_DEBUG_IF((select_id + 1) >= select0s_.size(),
393 return select0s_[select_id];
395 UInt32 begin = select0s_[select_id] / 512;
396 UInt32 end = (select0s_[select_id + 1] + 511) / 512;
567 select0s_.swap(&rhs->select0s_)
    [all...]

Completed in 1734 milliseconds