Searched refs:method_location (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 1846 const LocationRecorder& method_location, in ParseServiceMethod() argument 1851 LocationRecorder location(method_location, in ParseServiceMethod() 1863 method_location, MethodDescriptorProto::kClientStreamingFieldNumber); in ParseServiceMethod() 1870 LocationRecorder location(method_location, in ParseServiceMethod() 1884 method_location, MethodDescriptorProto::kServerStreamingFieldNumber); in ParseServiceMethod() 1891 LocationRecorder location(method_location, in ParseServiceMethod() 1901 DO(ParseMethodOptions(method_location, containing_file, in ParseServiceMethod() 1905 DO(ConsumeEndOfDeclaration(";", &method_location)); in ParseServiceMethod()
|
D | parser.h | 407 const LocationRecorder& method_location,
|