Home
last modified time | relevance | path

Searched refs:ParseEnumConstant (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.h395 bool ParseEnumConstant(EnumValueDescriptorProto* enum_value,
Dparser.cc1726 return ParseEnumConstant(enum_type->add_value(), location, containing_file); in ParseEnumStatement()
1730 bool Parser::ParseEnumConstant(EnumValueDescriptorProto* enum_value, in ParseEnumConstant() function in google::protobuf::compiler::Parser