Searched refs:service_location (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 320 const LocationRecorder& service_location, 341 const LocationRecorder& service_location, 353 const LocationRecorder& service_location,
|
D | parser.cc | 2057 ServiceDescriptorProto* service, const LocationRecorder& service_location, in ParseServiceDefinition() argument 2062 LocationRecorder location(service_location, in ParseServiceDefinition() 2069 DO(ParseServiceBlock(service, service_location, containing_file)); in ParseServiceDefinition() 2074 const LocationRecorder& service_location, in ParseServiceBlock() argument 2076 DO(ConsumeEndOfDeclaration("{", &service_location)); in ParseServiceBlock() 2084 if (!ParseServiceStatement(service, service_location, containing_file)) { in ParseServiceBlock() 2095 const LocationRecorder& service_location, in ParseServiceStatement() argument 2101 LocationRecorder location(service_location, in ParseServiceStatement() 2106 LocationRecorder location(service_location, in ParseServiceStatement()
|