Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/
Dparser.h349 bool ParseEnumStatement(EnumDescriptorProto* message,
Dparser.cc2000 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