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

/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dbitcode_wrapperer.h138 uint8_t BufferLookahead(int i) { return buffer_[cursor_ + i]; }
141 size_t GetBufferUnreadBytes() { return buffer_size_ - cursor_; }
146 cursor_ = 0;
187 size_t cursor_; member in class:BitcodeWrapperer
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp61 cursor_(0),
93 cursor_ = 0;
115 if (cursor_ > 0) {
120 if (cursor_ < buffer_size_) {
122 while (cursor_ < buffer_size_) {
123 buffer_[i++] = buffer_[cursor_++];
125 cursor_ = 0;
162 cursor_ += kWordSize;
210 &buffer_[cursor_]);
220 field.Read(&buffer_[cursor_], buffer_size
[all...]

Completed in 48 milliseconds