Lines Matching refs:mEp
97 mEp = Pointer(mChunkSize); in EncodedBuffer()
118 mEp.rewind(); in clear()
278 return &mEp; in ep()
284 uint8_t val = *at(mEp); in readRawByte()
285 mEp.move(); in readRawByte()
293 size_t start = mEp.pos(); in readRawVarint()
326 size_t oldPos = mEp.pos(); in editRawFixed32()
327 mEp.rewind()->move(pos); in editRawFixed32()
329 *at(mEp) = (uint8_t) (val >> i); in editRawFixed32()
330 mEp.move(); in editRawFixed32()
332 mEp.rewind()->move(oldPos); in editRawFixed32()