Home
last modified time | relevance | path

Searched refs:ParseServiceMethod (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.h406 bool ParseServiceMethod(MethodDescriptorProto* method,
Dparser.cc1841 return ParseServiceMethod(service->add_method(), location, containing_file); in ParseServiceStatement()
1845 bool Parser::ParseServiceMethod(MethodDescriptorProto* method, in ParseServiceMethod() function in google::protobuf::compiler::Parser