Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.h334 bool ParseServiceStatement(ServiceDescriptorProto* message,
Dparser.cc1817 if (!ParseServiceStatement(service, service_location, containing_file)) { in ParseServiceBlock()
1827 bool Parser::ParseServiceStatement(ServiceDescriptorProto* service, in ParseServiceStatement() function in google::protobuf::compiler::Parser