Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/end2end/
Draw_end2end_test.cc211 SerializeToByteBufferInPlace(&send_response_, &send_response_buffer_)); in TEST_F()
256 SerializeToByteBufferInPlace(&send_response_, &send_response_buffer_); in TEST_F()
286 SerializeToByteBufferInPlace(&send_response_, &send_response_buffer_); in TEST_F()
333 SerializeToByteBufferInPlace(&send_response_, &send_response_buffer_); in TEST_F()
/external/grpc-grpc/test/cpp/util/
Dbyte_buffer_proto_helper.h35 bool SerializeToByteBufferInPlace(grpc::protobuf::Message* message,
Dbyte_buffer_proto_helper.cc43 bool SerializeToByteBufferInPlace(grpc::protobuf::Message* message, in SerializeToByteBufferInPlace() function