Home
last modified time | relevance | path

Searched refs:startOfBytes (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java1762 final int startOfBytes = buffer.position() + minLengthVarIntSize; in writeStringNoTag() local
1763 buffer.position(startOfBytes); in writeStringNoTag()
1771 writeUInt32NoTag(endOfBytes - startOfBytes); in writeStringNoTag()