Home
last modified time | relevance | path

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

/external/protobuf/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()
Dparser.h390 const LocationRecorder& oneof_location,