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

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h249 bool ParseEnumConstant(EnumValueDescriptorProto* enum_value);
H A Dparser.cc868 return ParseEnumConstant(enum_type->add_value());
872 bool Parser::ParseEnumConstant(EnumValueDescriptorProto* enum_value) { function in class:google::protobuf::compiler::Parser

Completed in 42 milliseconds