Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Dsleb128.cc85 cursor_ = start_with; in Sleb128Decoder()
105 byte = encoding_[cursor_++]; in Dequeue()
121 while (cursor_ < encoding_.size()) { in DequeueAll()
Dsleb128.h71 size_t cursor_; variable