Home | History | Annotate | Download | only in common

Lines Matching refs:pos_

26           pos_(bytes_), initialPos_(bytes_),
47 : bytes_(trie.bytes_), pos_(trie.pos_), initialPos_(trie.pos_),
70 str_->append(reinterpret_cast<const char *>(pos_), length, errorCode);
71 pos_+=length;
83 pos_=initialPos_;
90 pos_+=length;
97 BytesTrie::Iterator::hasNext() const { return pos_!=NULL || !stack_->isEmpty(); }
104 const uint8_t *pos=pos_;
138 pos_=NULL;
140 pos_=skipValue(pos, node);
172 pos_=NULL;
201 pos_=NULL;