Searched refs:ParseServiceStatement (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h234 bool ParseServiceStatement(ServiceDescriptorProto* message);
H A Dparser.cc922 if (!ParseServiceStatement(service)) {
932 bool Parser::ParseServiceStatement(ServiceDescriptorProto* service) { function in class:google::protobuf::compiler::Parser
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h317 bool ParseServiceStatement(ServiceDescriptorProto* message,
H A Dparser.cc1341 if (!ParseServiceStatement(service, service_location)) {
1351 bool Parser::ParseServiceStatement(ServiceDescriptorProto* service, function in class:google::protobuf::compiler::Parser

Completed in 135 milliseconds