Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java744 abstract void writeToReverse(ByteOutput byteOutput) throws IOException; in writeToReverse() method
876 void writeToReverse(ByteOutput byteOutput) throws IOException { in writeToReverse() method in LeafByteString
DRopeByteString.java449 void writeToReverse(ByteOutput output) throws IOException { in writeToReverse() method