/external/marisa-trie/lib/marisa/ |
vector.h | 44 return objs_; 47 return objs_ + size_; 51 return objs_[i]; 55 return objs_[0]; 59 return objs_[size_ - 1]; 111 const T *objs_; member in class:marisa::Vector
|
vector-inline.h | 8 : buf_(NULL), objs_(NULL), size_(0), capacity_(0), fixed_(false) {} 41 mapper.map(&temp.objs_, size); 112 writer.write(objs_, size_); 191 Swap(&objs_, &rhs->objs_); 210 objs_ = new_buf;
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
vector.h | 44 return objs_; 47 return objs_ + size_; 51 return objs_[i]; 55 return objs_[0]; 59 return objs_[size_ - 1]; 111 const T *objs_; member in class:marisa_alpha::Vector
|
vector-inline.h | 8 : buf_(NULL), objs_(NULL), size_(0), capacity_(0), fixed_(false) {} 41 mapper.map(&temp.objs_, size); 112 writer.write(objs_, size_); 191 Swap(&objs_, &rhs->objs_); 210 objs_ = new_buf;
|