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

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h228 bool ParseServiceBlock(ServiceDescriptorProto* service);
H A Dparser.cc909 DO(ParseServiceBlock(service));
913 bool Parser::ParseServiceBlock(ServiceDescriptorProto* service) { function in class:google::protobuf::compiler::Parser
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h308 bool ParseServiceBlock(ServiceDescriptorProto* service,
H A Dparser.cc1327 DO(ParseServiceBlock(service, service_location));
1331 bool Parser::ParseServiceBlock(ServiceDescriptorProto* service, function in class:google::protobuf::compiler::Parser

Completed in 104 milliseconds