Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.h406 bool ParseServiceMethod(MethodDescriptorProto* method,
Dparser.cc1851 return ParseServiceMethod(service->add_method(), location, containing_file); in ParseServiceStatement()
1855 bool Parser::ParseServiceMethod(MethodDescriptorProto* method, in ParseServiceMethod() function in google::protobuf::compiler::Parser