Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DByteOutput.java50 public abstract class ByteOutput { class
DUnsafeByteOperations.java98 public static void unsafeWriteTo(ByteString bytes, ByteOutput output) throws IOException { in unsafeWriteTo()
DNioByteString.java143 void writeTo(ByteOutput output) throws IOException { in writeTo()
DByteString.java680 abstract void writeTo(ByteOutput byteOutput) throws IOException; in writeTo()
1322 final void writeTo(ByteOutput output) throws IOException { in writeTo()
DCodedOutputStream.java57 public abstract class CodedOutputStream extends ByteOutput {
209 static CodedOutputStream newInstance(ByteOutput byteOutput, int bufferSize) { in newInstance()
1985 private final ByteOutput out;
1987 ByteOutputEncoder(ByteOutput out, int bufferSize) { in ByteOutputEncoder()
DRopeByteString.java404 void writeTo(ByteOutput output) throws IOException { in writeTo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java345 ByteOutput out = new ByteOutput() { in testWriteToShouldExposeInternalBufferToByteOutput()
DNioByteStringTest.java367 ByteOutput out = new ByteOutput() { in testWriteToShouldExposeInternalBufferToByteOutput()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt162 - Introduction of the `ByteOutput` interface. This is similar to
165 - `ByteString` now supports writing to a `ByteOutput`, which will directly
167 to the `ByteOutput` without copying.
168 - `CodedOutputStream` now supports writing to a `ByteOutput`. `ByteString`
170 (lazily) written to the `ByteOutput` directly.
173 `ByteOutput` that chains together the chunks received from
DMakefile.am202 java/core/src/main/java/com/google/protobuf/ByteOutput.java \