Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java1824 int endOfBytes = buffer.position(); in writeStringNoTag() local
1826 writeUInt32NoTag(endOfBytes - startOfBytes); in writeStringNoTag()
1829 buffer.position(endOfBytes); in writeStringNoTag()