Searched refs:ParseEnumStatement (Results 1 – 2 of 2) sorted by relevance
331 bool ParseEnumStatement(EnumDescriptorProto* message,
1702 if (!ParseEnumStatement(enum_type, enum_location, containing_file)) { in ParseEnumBlock()1712 bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type, in ParseEnumStatement() function in google::protobuf::compiler::Parser