Searched refs:method_location (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 2114 const LocationRecorder& method_location, in ParseServiceMethod() argument 2119 LocationRecorder location(method_location, in ParseServiceMethod() 2130 method_location, MethodDescriptorProto::kClientStreamingFieldNumber); in ParseServiceMethod() 2137 LocationRecorder location(method_location, in ParseServiceMethod() 2151 method_location, MethodDescriptorProto::kServerStreamingFieldNumber); in ParseServiceMethod() 2158 LocationRecorder location(method_location, in ParseServiceMethod() 2168 DO(ParseMethodOptions(method_location, containing_file, in ParseServiceMethod() 2172 DO(ConsumeEndOfDeclaration(";", &method_location)); in ParseServiceMethod()
|
D | parser.h | 430 const LocationRecorder& method_location,
|