Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DNioByteString.java153 public List<ByteBuffer> asReadOnlyByteBufferList() { in asReadOnlyByteBufferList() method in NioByteString
DByteString.java702 public abstract List<ByteBuffer> asReadOnlyByteBufferList(); in asReadOnlyByteBufferList() method
1306 public final List<ByteBuffer> asReadOnlyByteBufferList() { in asReadOnlyByteBufferList() method in LiteralByteString
DRopeByteString.java371 public List<ByteBuffer> asReadOnlyByteBufferList() { in asReadOnlyByteBufferList() method in RopeByteString
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java278 List<ByteBuffer> byteBuffers = stringUnderTest.asReadOnlyByteBufferList(); in testAsReadOnlyByteBufferList()
DNioByteStringTest.java299 List<ByteBuffer> byteBuffers = testString.asReadOnlyByteBufferList(); in testAsReadOnlyByteBufferList()