Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc762 LocationRecorder oneof_location(message_location, in ParseMessageStatement() local
767 oneof_index, oneof_location, message_location, in ParseMessageStatement()
1614 const LocationRecorder& oneof_location, in ParseOneof() argument
1620 LocationRecorder name_location(oneof_location, in ParseOneof()
1625 DO(ConsumeEndOfDeclaration("{", &oneof_location)); in ParseOneof()
1635 oneof_location, OneofDescriptorProto::kOptionsFieldNumber); in ParseOneof()
Dparser.h390 const LocationRecorder& oneof_location,