Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/surface/
Dcall_test_only.h30 grpc_compression_algorithm grpc_call_test_only_get_compression_algorithm(
Dcall.cc444 grpc_compression_algorithm grpc_call_test_only_get_compression_algorithm( in grpc_call_test_only_get_compression_algorithm() function
/third_party/grpc/test/cpp/interop/
Dserver_helper.cc58 return grpc_call_test_only_get_compression_algorithm(context_.call_.call); in GetCallCompressionAlgorithm()
Dclient_helper.h57 return grpc_call_test_only_get_compression_algorithm(context_.call_); in GetCallCompressionAlgorithm()