Home
last modified time | relevance | path

Searched defs:nioBuffer (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DAllocatedBuffer.java64 public abstract ByteBuffer nioBuffer(); in nioBuffer() method in AllocatedBuffer
164 public ByteBuffer nioBuffer() { in wrap() method in AllocatedBuffer
DBinaryWriter.java2008 ByteBuffer nioBuffer = allocatedBuffer.nioBuffer(); in nextBuffer() local
2562 ByteBuffer nioBuffer = allocatedBuffer.nioBuffer(); in nextBuffer() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DAllocatedBuffer.java46 public abstract ByteBuffer nioBuffer(); in nioBuffer() method in AllocatedBuffer
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DAllocatedBuffer.java48 public abstract ByteBuffer nioBuffer(); in nioBuffer() method in AllocatedBuffer
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DNettyBufferAllocator.java51 public ByteBuffer nioBuffer() { in nioBuffer() method in NettyBufferAllocator.ByteBufAdapter