Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java733 abstract void writeTo(ByteOutput byteOutput) throws IOException; in writeTo()
744 abstract void writeToReverse(ByteOutput byteOutput) throws IOException; in writeToReverse()
876 void writeToReverse(ByteOutput byteOutput) throws IOException { in writeToReverse()
DCodedOutputStream.java215 static CodedOutputStream newInstance(ByteOutput byteOutput, int bufferSize) { in newInstance()