Searched refs:ParseServiceMethod (Results 1 – 2 of 2) sorted by relevance
406 bool ParseServiceMethod(MethodDescriptorProto* method,
1841 return ParseServiceMethod(service->add_method(), location, containing_file); in ParseServiceStatement()1845 bool Parser::ParseServiceMethod(MethodDescriptorProto* method, in ParseServiceMethod() function in google::protobuf::compiler::Parser