Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.h331 bool ParseEnumStatement(EnumDescriptorProto* message,
Dparser.cc1702 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