Searched refs:ParseServiceStatement (Results 1 – 2 of 2) sorted by relevance
330 bool ParseServiceStatement(ServiceDescriptorProto* message,
1471 if (!ParseServiceStatement(service, service_location, containing_file)) { in ParseServiceBlock()1481 bool Parser::ParseServiceStatement(ServiceDescriptorProto* service, in ParseServiceStatement() function in google::protobuf::compiler::Parser