Lines Matching refs:mEp
94 mEp = Pointer(mChunkSize); in EncodedBuffer()
115 mEp.rewind(); in clear()
215 return &mEp; in ep()
221 uint8_t val = *at(mEp); in readRawByte()
222 mEp.move(); in readRawByte()
230 size_t start = mEp.pos(); in readRawVarint()
263 size_t oldPos = mEp.pos(); in editRawFixed32()
264 mEp.rewind()->move(pos); in editRawFixed32()
266 *at(mEp) = (uint8_t) (val >> i); in editRawFixed32()
267 mEp.move(); in editRawFixed32()
269 mEp.rewind()->move(oldPos); in editRawFixed32()