Home
last modified time | relevance | path

Searched defs:ByteBuffer (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dbyte_buffer.h35 class ByteBuffer; variable
64 ByteBuffer() : buffer_(nullptr) {} in ByteBuffer() function
67 ByteBuffer(const Slice* slices, size_t nslices) { in ByteBuffer() function
96 ByteBuffer(const ByteBuffer& buf) : buffer_(nullptr) { operator=(buf); } in ByteBuffer() function
/third_party/grpc/test/cpp/qps/
Dclient_async.cc917 static void CheckDone(const grpc::Status& /*s*/, ByteBuffer* /*response*/) {} in CheckDone() argument