Searched refs:mEp (Results 1 – 2 of 2) sorted by relevance
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()[all …]
214 Pointer mEp; variable