Home
last modified time | relevance | path

Searched defs:writeToReverse (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java753 abstract void writeToReverse(ByteOutput byteOutput) throws IOException; in writeToReverse() method
885 void writeToReverse(ByteOutput byteOutput) throws IOException { in writeToReverse() method in LeafByteString
DRopeByteString.java465 void writeToReverse(ByteOutput output) throws IOException { in writeToReverse() method