Searched refs:enum_location (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 299 const LocationRecorder& enum_location, 320 const LocationRecorder& enum_location, 332 const LocationRecorder& enum_location,
|
D | parser.cc | 1672 const LocationRecorder& enum_location, in ParseEnumDefinition() argument 1677 LocationRecorder location(enum_location, in ParseEnumDefinition() 1684 DO(ParseEnumBlock(enum_type, enum_location, containing_file)); in ParseEnumDefinition() 1692 const LocationRecorder& enum_location, in ParseEnumBlock() argument 1694 DO(ConsumeEndOfDeclaration("{", &enum_location)); in ParseEnumBlock() 1702 if (!ParseEnumStatement(enum_type, enum_location, containing_file)) { in ParseEnumBlock() 1713 const LocationRecorder& enum_location, in ParseEnumStatement() argument 1719 LocationRecorder location(enum_location, in ParseEnumStatement() 1724 LocationRecorder location(enum_location, in ParseEnumStatement()
|