Lines Matching refs:mEp
94 mEp = Pointer(mChunkSize); in EncodedBuffer()
115 mEp.rewind(); in clear()
272 return &mEp; in ep()
278 uint8_t val = *at(mEp); in readRawByte()
279 mEp.move(); in readRawByte()
287 size_t start = mEp.pos(); in readRawVarint()
320 size_t oldPos = mEp.pos(); in editRawFixed32()
321 mEp.rewind()->move(pos); in editRawFixed32()
323 *at(mEp) = (uint8_t) (val >> i); in editRawFixed32()
324 mEp.move(); in editRawFixed32()
326 mEp.rewind()->move(oldPos); in editRawFixed32()