Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java325 public abstract void writeByteBuffer(int fieldNumber, ByteBuffer value) throws IOException; in writeByteBuffer() method in CodedOutputStream
1239 public final void writeByteBuffer(final int fieldNumber, final ByteBuffer value) in writeByteBuffer() method in CodedOutputStream.ArrayEncoder
1632 public void writeByteBuffer(final int fieldNumber, final ByteBuffer value) throws IOException { in writeByteBuffer() method in CodedOutputStream.SafeDirectNioEncoder
1965 public void writeByteBuffer(int fieldNumber, ByteBuffer value) throws IOException { in writeByteBuffer() method in CodedOutputStream.UnsafeDirectNioEncoder
2478 public void writeByteBuffer(final int fieldNumber, final ByteBuffer value) throws IOException { in writeByteBuffer() method in CodedOutputStream.ByteOutputEncoder
2792 public void writeByteBuffer(final int fieldNumber, final ByteBuffer value) throws IOException { in writeByteBuffer() method in CodedOutputStream.OutputStreamEncoder