Searched defs:ParseEnumDefinition (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc373 return ParseEnumDefinition(file->add_enum_type());
428 return ParseEnumDefinition(message->add_enum_type());
834 bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type) { function in class:google::protobuf::compiler::Parser
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc496 return ParseEnumDefinition(file->add_enum_type(), location);
614 return ParseEnumDefinition(message->add_enum_type(), location);
1208 bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type, function in class:google::protobuf::compiler::Parser

Completed in 185 milliseconds