EnumDescriptorProto 1178 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public EnumDescriptorProto toProto() { return proto; } EnumDescriptorProto 1230 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private EnumDescriptorProto proto; EnumDescriptorProto 1236 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private EnumDescriptor(final EnumDescriptorProto proto, EnumDescriptorProto 1264 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private void setProto(final EnumDescriptorProto proto) { EnumDescriptorProto 34 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java import com.google.protobuf.DescriptorProtos.EnumDescriptorProto; EnumDescriptorProto 606 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java .addEnumType(EnumDescriptorProto.newBuilder() EnumDescriptorProto 1208 third_party/protobuf/src/google/protobuf/compiler/parser.cc bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type, EnumDescriptorProto 1214 third_party/protobuf/src/google/protobuf/compiler/parser.cc EnumDescriptorProto::kNameFieldNumber); EnumDescriptorProto 1224 third_party/protobuf/src/google/protobuf/compiler/parser.cc bool Parser::ParseEnumBlock(EnumDescriptorProto* enum_type, EnumDescriptorProto 1244 third_party/protobuf/src/google/protobuf/compiler/parser.cc bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type, EnumDescriptorProto 1251 third_party/protobuf/src/google/protobuf/compiler/parser.cc EnumDescriptorProto::kOptionsFieldNumber); EnumDescriptorProto 1256 third_party/protobuf/src/google/protobuf/compiler/parser.cc EnumDescriptorProto::kValueFieldNumber, enum_type->value_size()); EnumDescriptorProto 288 third_party/protobuf/src/google/protobuf/compiler/parser.h bool ParseEnumDefinition(EnumDescriptorProto* enum_type, EnumDescriptorProto 306 third_party/protobuf/src/google/protobuf/compiler/parser.h bool ParseEnumBlock(EnumDescriptorProto* enum_type, EnumDescriptorProto 315 third_party/protobuf/src/google/protobuf/compiler/parser.h bool ParseEnumStatement(EnumDescriptorProto* message, EnumDescriptorProto 1978 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc const EnumDescriptorProto& bar = file_.message_type(0).enum_type(0); EnumDescriptorProto 1979 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc const EnumDescriptorProto& baz = file_.message_type(0).enum_type(1); EnumDescriptorProto 411 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc EnumDescriptorProto edp; EnumDescriptorProto 1579 third_party/protobuf/src/google/protobuf/descriptor.cc void EnumDescriptor::CopyTo(EnumDescriptorProto* proto) const { EnumDescriptorProto 2088 third_party/protobuf/src/google/protobuf/descriptor.cc output->push_back(EnumDescriptorProto::kValueFieldNumber); EnumDescriptorProto 2314 third_party/protobuf/src/google/protobuf/descriptor.cc void BuildEnum(const EnumDescriptorProto& proto, EnumDescriptorProto 2337 third_party/protobuf/src/google/protobuf/descriptor.cc const EnumDescriptorProto& proto); EnumDescriptorProto 2484 third_party/protobuf/src/google/protobuf/descriptor.cc const EnumDescriptorProto& proto); EnumDescriptorProto 3572 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorBuilder::BuildEnum(const EnumDescriptorProto& proto, EnumDescriptorProto 3949 third_party/protobuf/src/google/protobuf/descriptor.cc EnumDescriptor* enum_type, const EnumDescriptorProto& proto) { EnumDescriptorProto 4131 third_party/protobuf/src/google/protobuf/descriptor.cc const EnumDescriptorProto& proto) { EnumDescriptorProto 83 third_party/protobuf/src/google/protobuf/descriptor.h class EnumDescriptorProto; EnumDescriptorProto 628 third_party/protobuf/src/google/protobuf/descriptor.h void CopyTo(EnumDescriptorProto* proto) const; EnumDescriptorProto 201 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, name_), EnumDescriptorProto 202 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, value_), EnumDescriptorProto 203 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, options_), EnumDescriptorProto 208 third_party/protobuf/src/google/protobuf/descriptor.pb.cc EnumDescriptorProto::default_instance_, EnumDescriptorProto 210 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, _has_bits_[0]), EnumDescriptorProto 211 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumDescriptorProto, _unknown_fields_), EnumDescriptorProto 215 third_party/protobuf/src/google/protobuf/descriptor.pb.cc sizeof(EnumDescriptorProto)); EnumDescriptorProto 487 third_party/protobuf/src/google/protobuf/descriptor.pb.cc EnumDescriptorProto_descriptor_, &EnumDescriptorProto::default_instance()); EnumDescriptorProto 531 third_party/protobuf/src/google/protobuf/descriptor.pb.cc delete EnumDescriptorProto::default_instance_; EnumDescriptorProto 682 third_party/protobuf/src/google/protobuf/descriptor.pb.cc EnumDescriptorProto::default_instance_ = new EnumDescriptorProto(); EnumDescriptorProto 702 third_party/protobuf/src/google/protobuf/descriptor.pb.cc EnumDescriptorProto::default_instance_->InitAsDefaultInstance(); EnumDescriptorProto 3018 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int EnumDescriptorProto::kNameFieldNumber; EnumDescriptorProto 3019 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int EnumDescriptorProto::kValueFieldNumber; EnumDescriptorProto 3020 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int EnumDescriptorProto::kOptionsFieldNumber; EnumDescriptorProto 3023 third_party/protobuf/src/google/protobuf/descriptor.pb.cc EnumDescriptorProto::EnumDescriptorProto() EnumDescriptorProto 3028 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::InitAsDefaultInstance() { EnumDescriptorProto 3032 third_party/protobuf/src/google/protobuf/descriptor.pb.cc EnumDescriptorProto::EnumDescriptorProto(const EnumDescriptorProto& from) EnumDescriptorProto 3038 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::SharedCtor() { EnumDescriptorProto 3045 third_party/protobuf/src/google/protobuf/descriptor.pb.cc EnumDescriptorProto::~EnumDescriptorProto() { EnumDescriptorProto 3049 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::SharedDtor() { EnumDescriptorProto 3058 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::SetCachedSize(int size) const { EnumDescriptorProto 3063 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* EnumDescriptorProto::descriptor() { EnumDescriptorProto 3068 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const EnumDescriptorProto& EnumDescriptorProto::default_instance() { EnumDescriptorProto 3073 third_party/protobuf/src/google/protobuf/descriptor.pb.cc EnumDescriptorProto* EnumDescriptorProto::default_instance_ = NULL; EnumDescriptorProto 3075 third_party/protobuf/src/google/protobuf/descriptor.pb.cc EnumDescriptorProto* EnumDescriptorProto::New() const { EnumDescriptorProto 3076 third_party/protobuf/src/google/protobuf/descriptor.pb.cc return new EnumDescriptorProto; EnumDescriptorProto 3079 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::Clear() { EnumDescriptorProto 3095 third_party/protobuf/src/google/protobuf/descriptor.pb.cc bool EnumDescriptorProto::MergePartialFromCodedStream( EnumDescriptorProto 3162 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::SerializeWithCachedSizes( EnumDescriptorProto 3191 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::uint8* EnumDescriptorProto::SerializeWithCachedSizesToArray( EnumDescriptorProto 3224 third_party/protobuf/src/google/protobuf/descriptor.pb.cc int EnumDescriptorProto::ByteSize() const { EnumDescriptorProto 3262 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { EnumDescriptorProto 3264 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const EnumDescriptorProto* source = EnumDescriptorProto 3265 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::dynamic_cast_if_available<const EnumDescriptorProto*>( EnumDescriptorProto 3274 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::MergeFrom(const EnumDescriptorProto& from) { EnumDescriptorProto 3288 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::CopyFrom(const ::google::protobuf::Message& from) { EnumDescriptorProto 3294 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::CopyFrom(const EnumDescriptorProto& from) { EnumDescriptorProto 3300 third_party/protobuf/src/google/protobuf/descriptor.pb.cc bool EnumDescriptorProto::IsInitialized() const { EnumDescriptorProto 3311 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::Swap(EnumDescriptorProto* other) { EnumDescriptorProto 3322 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::Metadata EnumDescriptorProto::GetMetadata() const { EnumDescriptorProto 43 third_party/protobuf/src/google/protobuf/descriptor.pb.h class EnumDescriptorProto; EnumDescriptorProto 375 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const; EnumDescriptorProto 376 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumDescriptorProto* mutable_enum_type(int index); EnumDescriptorProto 377 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumDescriptorProto* add_enum_type(); EnumDescriptorProto 378 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >& EnumDescriptorProto 380 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >* EnumDescriptorProto 444 third_party/protobuf/src/google/protobuf/descriptor.pb.h ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto > enum_type_; EnumDescriptorProto 662 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const; EnumDescriptorProto 663 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumDescriptorProto* mutable_enum_type(int index); EnumDescriptorProto 664 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumDescriptorProto* add_enum_type(); EnumDescriptorProto 665 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >& EnumDescriptorProto 667 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >* EnumDescriptorProto 704 third_party/protobuf/src/google/protobuf/descriptor.pb.h ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto > enum_type_; EnumDescriptorProto 959 third_party/protobuf/src/google/protobuf/descriptor.pb.h class LIBPROTOBUF_EXPORT EnumDescriptorProto : public ::google::protobuf::Message { EnumDescriptorProto 961 third_party/protobuf/src/google/protobuf/descriptor.pb.h EnumDescriptorProto(); EnumDescriptorProto 962 third_party/protobuf/src/google/protobuf/descriptor.pb.h virtual ~EnumDescriptorProto(); EnumDescriptorProto 964 third_party/protobuf/src/google/protobuf/descriptor.pb.h EnumDescriptorProto(const EnumDescriptorProto& from); EnumDescriptorProto 966 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline EnumDescriptorProto& operator=(const EnumDescriptorProto& from) { EnumDescriptorProto 980 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const EnumDescriptorProto& default_instance(); EnumDescriptorProto 982 third_party/protobuf/src/google/protobuf/descriptor.pb.h void Swap(EnumDescriptorProto* other); EnumDescriptorProto 986 third_party/protobuf/src/google/protobuf/descriptor.pb.h EnumDescriptorProto* New() const; EnumDescriptorProto 989 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const EnumDescriptorProto& from); EnumDescriptorProto 990 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const EnumDescriptorProto& from); EnumDescriptorProto 1067 third_party/protobuf/src/google/protobuf/descriptor.pb.h static EnumDescriptorProto* default_instance_; EnumDescriptorProto 3073 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::EnumDescriptorProto& FileDescriptorProto::enum_type(int index) const { EnumDescriptorProto 3076 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumDescriptorProto* FileDescriptorProto::mutable_enum_type(int index) { EnumDescriptorProto 3079 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumDescriptorProto* FileDescriptorProto::add_enum_type() { EnumDescriptorProto 3082 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >& EnumDescriptorProto 3086 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >* EnumDescriptorProto 3421 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::EnumDescriptorProto& DescriptorProto::enum_type(int index) const { EnumDescriptorProto 3424 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumDescriptorProto* DescriptorProto::mutable_enum_type(int index) { EnumDescriptorProto 3427 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumDescriptorProto* DescriptorProto::add_enum_type() { EnumDescriptorProto 3430 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >& EnumDescriptorProto 3434 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >* EnumDescriptorProto 3897 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline bool EnumDescriptorProto::has_name() const { EnumDescriptorProto 3900 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::set_has_name() { EnumDescriptorProto 3903 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::clear_has_name() { EnumDescriptorProto 3906 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::clear_name() { EnumDescriptorProto 3912 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::std::string& EnumDescriptorProto::name() const { EnumDescriptorProto 3915 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::set_name(const ::std::string& value) { EnumDescriptorProto 3922 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::set_name(const char* value) { EnumDescriptorProto 3929 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::set_name(const char* value, size_t size) { EnumDescriptorProto 3936 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* EnumDescriptorProto::mutable_name() { EnumDescriptorProto 3943 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* EnumDescriptorProto::release_name() { EnumDescriptorProto 3953 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::set_allocated_name(::std::string* name) { EnumDescriptorProto 3967 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline int EnumDescriptorProto::value_size() const { EnumDescriptorProto 3970 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::clear_value() { EnumDescriptorProto 3973 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::EnumValueDescriptorProto& EnumDescriptorProto::value(int index) const { EnumDescriptorProto 3976 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumValueDescriptorProto* EnumDescriptorProto::mutable_value(int index) { EnumDescriptorProto 3979 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumValueDescriptorProto* EnumDescriptorProto::add_value() { EnumDescriptorProto 3983 third_party/protobuf/src/google/protobuf/descriptor.pb.h EnumDescriptorProto::value() const { EnumDescriptorProto 3987 third_party/protobuf/src/google/protobuf/descriptor.pb.h EnumDescriptorProto::mutable_value() { EnumDescriptorProto 3992 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline bool EnumDescriptorProto::has_options() const { EnumDescriptorProto 3995 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::set_has_options() { EnumDescriptorProto 3998 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::clear_has_options() { EnumDescriptorProto 4001 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::clear_options() { EnumDescriptorProto 4005 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::EnumOptions& EnumDescriptorProto::options() const { EnumDescriptorProto 4008 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumOptions* EnumDescriptorProto::mutable_options() { EnumDescriptorProto 4013 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumOptions* EnumDescriptorProto::release_options() { EnumDescriptorProto 4019 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void EnumDescriptorProto::set_allocated_options(::google::protobuf::EnumOptions* options) { EnumDescriptorProto 74 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EnumDescriptorProto* AddEnum(FileDescriptorProto* file, const string& name) { EnumDescriptorProto 75 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EnumDescriptorProto* result = file->add_enum_type(); EnumDescriptorProto 80 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EnumDescriptorProto* AddNestedEnum(DescriptorProto* parent, EnumDescriptorProto 82 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EnumDescriptorProto* result = parent->add_enum_type(); EnumDescriptorProto 142 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EnumValueDescriptorProto* AddEnumValue(EnumDescriptorProto* enum_proto, EnumDescriptorProto 858 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EnumDescriptorProto* enum_proto = AddEnum(&foo_file, "TestEnum"); EnumDescriptorProto 867 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EnumDescriptorProto* enum2_proto = AddEnum(&bar_file, "TestEnum2"); EnumDescriptorProto 1179 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EnumDescriptorProto* baz = AddNestedEnum(message, "Baz"); EnumDescriptorProto 1181 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EnumDescriptorProto* qux = AddNestedEnum(message, "Qux"); EnumDescriptorProto 1191 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EnumDescriptorProto* qux2 = AddNestedEnum(message2, "Qux"); EnumDescriptorProto 1193 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EnumDescriptorProto* quux2 = AddNestedEnum(message2, "Quux"); EnumDescriptorProto 1653 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EnumDescriptorProto* enum_type_proto = AddEnum(&file_proto, "DummyEnum");