Searched refs:ParseEnumDefinition (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h291 bool ParseEnumDefinition(EnumDescriptorProto* enum_type,
H A Dparser.cc501 return ParseEnumDefinition(file->add_enum_type(), location, file);
625 return ParseEnumDefinition(message->add_enum_type(), location,
1328 bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type, function in class:google::protobuf::compiler::Parser

Completed in 54 milliseconds