Home
last modified time | relevance | path

Searched refs:endOfBytes (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.java1769 int endOfBytes = buffer.position(); in writeStringNoTag() local
1771 writeUInt32NoTag(endOfBytes - startOfBytes); in writeStringNoTag()
1774 buffer.position(endOfBytes); in writeStringNoTag()