Searched refs:service_location (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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 | 1800 const LocationRecorder& service_location, in ParseServiceDefinition() argument 1805 LocationRecorder location(service_location, in ParseServiceDefinition() 1812 DO(ParseServiceBlock(service, service_location, containing_file)); in ParseServiceDefinition() 1817 const LocationRecorder& service_location, in ParseServiceBlock() argument 1819 DO(ConsumeEndOfDeclaration("{", &service_location)); in ParseServiceBlock() 1827 if (!ParseServiceStatement(service, service_location, containing_file)) { in ParseServiceBlock() 1838 const LocationRecorder& service_location, in ParseServiceStatement() argument 1845 service_location, ServiceDescriptorProto::kOptionsFieldNumber); in ParseServiceStatement() 1849 LocationRecorder location(service_location, in ParseServiceStatement()
|