Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java804 abstract void writeTo(ByteOutput byteOutput) throws IOException; in writeTo()
815 abstract void writeToReverse(ByteOutput byteOutput) throws IOException; in writeToReverse()
949 void writeToReverse(ByteOutput byteOutput) throws IOException { in writeToReverse()
DCodedOutputStream.java195 static CodedOutputStream newInstance(ByteOutput byteOutput, int bufferSize) { in newInstance()