Searched refs:enum_location (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 317 const LocationRecorder& enum_location, 338 const LocationRecorder& enum_location, 350 const LocationRecorder& enum_location,
|
D | parser.cc | 1937 const LocationRecorder& enum_location, in ParseEnumDefinition() argument 1942 LocationRecorder location(enum_location, in ParseEnumDefinition() 1949 DO(ParseEnumBlock(enum_type, enum_location, containing_file)); in ParseEnumDefinition() 1957 const LocationRecorder& enum_location, in ParseEnumBlock() argument 1959 DO(ConsumeEndOfDeclaration("{", &enum_location)); in ParseEnumBlock() 1967 if (!ParseEnumStatement(enum_type, enum_location, containing_file)) { in ParseEnumBlock() 1978 const LocationRecorder& enum_location, in ParseEnumStatement() argument 1984 LocationRecorder location(enum_location, in ParseEnumStatement() 1989 return ParseReserved(enum_type, enum_location); in ParseEnumStatement() 1991 LocationRecorder location(enum_location, in ParseEnumStatement()
|