Searched refs:service_location (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 302 const LocationRecorder& service_location, 323 const LocationRecorder& service_location, 335 const LocationRecorder& service_location,
|
D | parser.cc | 1790 const LocationRecorder& service_location, in ParseServiceDefinition() argument 1795 LocationRecorder location(service_location, in ParseServiceDefinition() 1802 DO(ParseServiceBlock(service, service_location, containing_file)); in ParseServiceDefinition() 1807 const LocationRecorder& service_location, in ParseServiceBlock() argument 1809 DO(ConsumeEndOfDeclaration("{", &service_location)); in ParseServiceBlock() 1817 if (!ParseServiceStatement(service, service_location, containing_file)) { in ParseServiceBlock() 1828 const LocationRecorder& service_location, in ParseServiceStatement() argument 1835 service_location, ServiceDescriptorProto::kOptionsFieldNumber); in ParseServiceStatement() 1839 LocationRecorder location(service_location, in ParseServiceStatement()
|