Home
last modified time | relevance | path

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

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