Lines Matching refs:mEp
99 mEp = Pointer(mChunkSize); in EncodedBuffer()
120 mEp.rewind(); in clear()
280 return &mEp; in ep()
286 uint8_t val = *at(mEp); in readRawByte()
287 mEp.move(); in readRawByte()
295 size_t start = mEp.pos(); in readRawVarint()
328 size_t oldPos = mEp.pos(); in editRawFixed32()
329 mEp.rewind()->move(pos); in editRawFixed32()
331 *at(mEp) = (uint8_t) (val >> i); in editRawFixed32()
332 mEp.move(); in editRawFixed32()
334 mEp.rewind()->move(oldPos); in editRawFixed32()