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