Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/util/
Dchannel_trace_proto_helper.h30 void ValidateServerProtoJsonTranslation(char* json_c_str);
Dchannel_trace_proto_helper.cc89 void ValidateServerProtoJsonTranslation(char* json_c_str) { in ValidateServerProtoJsonTranslation() function
/external/grpc-grpc/test/core/channel/
Dchannelz_test.cc210 grpc::testing::ValidateServerProtoJsonTranslation(json_str); in ValidateServer()