Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.h331 bool ParseEnumStatement(EnumDescriptorProto* message,
Dparser.cc1712 if (!ParseEnumStatement(enum_type, enum_location, containing_file)) { in ParseEnumBlock()
1722 bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type, in ParseEnumStatement() function in google::protobuf::compiler::Parser