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