Searched defs:objectStart (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/protoutil/src/
H A DProtoOutputStream.cpp360 size_t objectStart = mBuffer.ep()->pos(); local
361 size_t objectEnd = objectStart + rawSize;
401 read_wire_type(tag), objectStart, objectEnd);
416 size_t objectStart = mBuffer.ep()->pos(); local
417 size_t objectEnd = objectStart + rawSize;
453 read_wire_type(tag), objectStart, objectEnd);

Completed in 173 milliseconds