Home
last modified time | relevance | path

Searched refs:method_location (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc1856 const LocationRecorder& method_location, in ParseServiceMethod() argument
1861 LocationRecorder location(method_location, in ParseServiceMethod()
1873 method_location, MethodDescriptorProto::kClientStreamingFieldNumber); in ParseServiceMethod()
1880 LocationRecorder location(method_location, in ParseServiceMethod()
1894 method_location, MethodDescriptorProto::kServerStreamingFieldNumber); in ParseServiceMethod()
1901 LocationRecorder location(method_location, in ParseServiceMethod()
1911 DO(ParseMethodOptions(method_location, containing_file, in ParseServiceMethod()
1915 DO(ConsumeEndOfDeclaration(";", &method_location)); in ParseServiceMethod()
Dparser.h407 const LocationRecorder& method_location,