Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Draw_end2end_test.cc212 SerializeToByteBufferInPlace(&send_response_, &send_response_buffer_)); in TEST_F()
257 SerializeToByteBufferInPlace(&send_response_, &send_response_buffer_); in TEST_F()
287 SerializeToByteBufferInPlace(&send_response_, &send_response_buffer_); in TEST_F()
334 SerializeToByteBufferInPlace(&send_response_, &send_response_buffer_); in TEST_F()
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dbyte_buffer_proto_helper.h35 bool SerializeToByteBufferInPlace(grpc::protobuf::Message* message,
H A Dbyte_buffer_proto_helper.cc45 bool SerializeToByteBufferInPlace(grpc::protobuf::Message* message, in SerializeToByteBufferInPlace() function