Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DNioByteString.java155 public List<ByteBuffer> asReadOnlyByteBufferList() { in asReadOnlyByteBufferList() method in NioByteString
DByteString.java764 public abstract List<ByteBuffer> asReadOnlyByteBufferList(); in asReadOnlyByteBufferList() method
1356 public final List<ByteBuffer> asReadOnlyByteBufferList() { in asReadOnlyByteBufferList() method in LiteralByteString
DRopeByteString.java411 public List<ByteBuffer> asReadOnlyByteBufferList() { in asReadOnlyByteBufferList() method
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java208 List<ByteBuffer> byteBuffers = stringUnderTest.asReadOnlyByteBufferList(); in testAsReadOnlyByteBufferList()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java285 List<ByteBuffer> byteBuffers = stringUnderTest.asReadOnlyByteBufferList(); in testAsReadOnlyByteBufferList()
DNioByteStringTest.java300 List<ByteBuffer> byteBuffers = testString.asReadOnlyByteBufferList(); in testAsReadOnlyByteBufferList()