Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc239 return GetTextFormatFromMessageType(message_type_name, serialized_proto); in GetTextFormatFromMethod()
268 grpc::string ProtoFileParser::GetTextFormatFromMessageType( in GetTextFormatFromMessageType() function in grpc::testing::ProtoFileParser
Dproto_file_parser.h68 grpc::string GetTextFormatFromMessageType(
Dgrpc_tool.cc858 grpc::string output_text = parser->GetTextFormatFromMessageType( in ParseMessage()