Lines Matching refs:ProtoFileParser
46 explicit ErrorPrinter(ProtoFileParser* parser) : parser_(parser) {} in ErrorPrinter()
63 ProtoFileParser* parser_; // not owned
66 ProtoFileParser::ProtoFileParser(const std::shared_ptr<grpc::Channel>& channel, in ProtoFileParser() function in grpc::testing::ProtoFileParser
128 ProtoFileParser::~ProtoFileParser() {} in ~ProtoFileParser()
130 grpc::string ProtoFileParser::GetFullMethodName(const grpc::string& method) { in GetFullMethodName()
167 grpc::string ProtoFileParser::GetFormattedMethodName( in GetFormattedMethodName()
182 grpc::string ProtoFileParser::GetMessageTypeFromMethod( in GetMessageTypeFromMethod()
200 bool ProtoFileParser::IsStreaming(const grpc::string& method, bool is_request) { in IsStreaming()
219 grpc::string ProtoFileParser::GetSerializedProtoFromMethod( in GetSerializedProtoFromMethod()
231 grpc::string ProtoFileParser::GetTextFormatFromMethod( in GetTextFormatFromMethod()
242 grpc::string ProtoFileParser::GetSerializedProtoFromMessageType( in GetSerializedProtoFromMessageType()
268 grpc::string ProtoFileParser::GetTextFormatFromMessageType( in GetTextFormatFromMessageType()
292 void ProtoFileParser::LogError(const grpc::string& error_msg) { in LogError()