Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/impl/codegen/
Dbyte_buffer.h197 class ByteBufferPointer {
200 ByteBufferPointer(const ByteBuffer* b) in ByteBufferPointer() function
212 ByteBufferPointer bbuf_ptr() const { return ByteBufferPointer(this); } in bbuf_ptr()