Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dbyte_buffer.h170 class ByteBufferPointer {
172 ByteBufferPointer(const ByteBuffer* b) in ByteBufferPointer() function
181 ByteBufferPointer bbuf_ptr() const { return ByteBufferPointer(this); } in bbuf_ptr()