Searched refs:directBuffer (Results 1 – 7 of 7) sorted by relevance
150 ByteBuf protectedBuf = alloc.directBuffer(Ints.checkedCast(protectedBytes)); in handleUnprotected()204 this.header = alloc.directBuffer(HEADER_BYTES); in Unprotector()205 this.firstFrameTag = alloc.directBuffer(suffixBytes); in Unprotector()336 alloc.directBuffer( in handlePayload()
82 private static ThreadLocal<SoftReference<ByteBuffer>> directBuffer = field in IsValidUtf8TestUtil94 SoftReference<ByteBuffer> ref = directBuffer.get();98 directBuffer.set(new SoftReference<ByteBuffer>(buffer));
38 return new ByteBufAdapter(alloc.directBuffer(capacity)); in allocateDirectBuffer()
37 return ref.register(Unpooled.directBuffer(len)); in getDirectBuffer()
1237 private long directByteBufferAddress(ByteBuffer directBuffer, int pos) {1238 return NativeCrypto.getDirectBufferAddress(directBuffer) + pos;
1238 private long directByteBufferAddress(ByteBuffer directBuffer, int pos) {1239 return NativeCrypto.getDirectBufferAddress(directBuffer) + pos;
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...