HomeSort by relevance Sort by last modified time
    Searched defs:enum_type (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/tools/json_schema_compiler/test/
enums_unittest.cc 15 EnumType enum_type; local
18 EXPECT_TRUE(EnumType::Populate(value, &enum_type));
19 EXPECT_EQ(EnumType::TYPE_ONE, enum_type.type);
20 EXPECT_TRUE(value.Equals(enum_type.ToValue().get()));
23 EnumType enum_type; local
26 EXPECT_FALSE(EnumType::Populate(value, &enum_type));
127 OptionalEnumType enum_type; local
130 EXPECT_TRUE(OptionalEnumType::Populate(value, &enum_type));
131 EXPECT_EQ(OptionalEnumType::TYPE_TWO, enum_type.type);
132 EXPECT_TRUE(value.Equals(enum_type.ToValue().get()))
135 OptionalEnumType enum_type; local
142 OptionalEnumType enum_type; local
    [all...]
  /external/lldb/include/lldb/Interpreter/
OptionValueEnumeration.h 30 typedef int64_t enum_type; typedef in class:lldb_private::OptionValueEnumeration
33 enum_type value;
39 OptionValueEnumeration (const OptionEnumValueElement *enumerators, enum_type value);
84 enum_type
85 operator = (enum_type value)
91 enum_type
97 enum_type
104 SetCurrentValue (enum_type value)
110 SetDefaultValue (enum_type value)
119 enum_type m_current_value
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
Flags.h 19 typedef Enum enum_type; typedef in class:mcld::Flags
  /external/clang/test/CodeGenCXX/
value-init.cpp 27 enum enum_type { negative_number = -1, magic_number = 42 }; enum
31 enum_type m_enum;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 336 // TODO(falk): Also print options and fix the message_type, enum_type,
349 const EnumDescriptor& enum_descriptor = *file_->enum_type(i);
426 PrintEnum(*descriptor.enum_type(i));
589 *message_descriptor.enum_type(i));
681 // sets the message_type and enum_type of all message and enum fields to point
701 const EnumDescriptor& enum_descriptor = *descriptor.enum_type(i);
717 // Sets any necessary message_type and enum_type attributes
738 const EnumDescriptor* enum_type = field.enum_type(); local
739 if (enum_type) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 311 // TODO(falk): Also print options and fix the message_type, enum_type,
324 const EnumDescriptor& enum_descriptor = *file_->enum_type(i);
396 PrintEnum(*descriptor.enum_type(i));
560 *message_descriptor.enum_type(i));
652 // sets the message_type and enum_type of all message and enum fields to point
672 const EnumDescriptor& enum_descriptor = *descriptor.enum_type(i);
677 // Sets any necessary message_type and enum_type attributes
698 const EnumDescriptor* enum_type = field.enum_type(); local
699 if (enum_type) {
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 420 const EnumDescriptor* enum_type = field->enum_type(); local
422 = enum_type->FindValueByName(value);
    [all...]
descriptor_unittest.cc 226 foo_enum_ = foo_file_->enum_type(0);
237 bar_enum_ = bar_file_->enum_type(0);
443 enum_ = foo_file_->enum_type(0);
638 EXPECT_TRUE(foo_->enum_type() == NULL);
639 EXPECT_TRUE(baz_->enum_type() == NULL);
640 EXPECT_TRUE(qux_->enum_type() == NULL);
642 EXPECT_EQ(enum_, bar_->enum_type());
1642 const EnumDescriptor* enum_type = file->enum_type(0); local
    [all...]
descriptor.cc 4250 const EnumDescriptor* enum_type = option_field->enum_type(); local
    [all...]
descriptor.pb.h 348 // repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
352 inline const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const;
356 enum_type() const;
627 // repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
631 inline const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const;
635 enum_type() const;
2658 inline const ::google::protobuf::EnumDescriptorProto& FileDescriptorProto::enum_type(int index) const { function in class:google::protobuf::FileDescriptorProto
2668 FileDescriptorProto::enum_type() const { function in class:google::protobuf::FileDescriptorProto
2907 inline const ::google::protobuf::EnumDescriptorProto& DescriptorProto::enum_type(int index) const { function in class:google::protobuf::DescriptorProto
2917 DescriptorProto::enum_type() const { function in class:google::protobuf::DescriptorProto
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 613 const EnumDescriptor* enum_type = field->enum_type(); local
619 enum_value = enum_type->FindValueByName(value);
626 enum_value = enum_type->FindValueByNumber(int_value);
    [all...]
descriptor_unittest.cc 228 foo_enum_ = foo_file_->enum_type(0);
239 bar_enum_ = bar_file_->enum_type(0);
445 enum_ = foo_file_->enum_type(0);
640 EXPECT_TRUE(foo_->enum_type() == NULL);
641 EXPECT_TRUE(baz_->enum_type() == NULL);
642 EXPECT_TRUE(qux_->enum_type() == NULL);
644 EXPECT_EQ(enum_, bar_->enum_type());
1711 const EnumDescriptor* enum_type = file->enum_type(0); local
    [all...]
descriptor.cc 4696 const EnumDescriptor* enum_type = option_field->enum_type(); local
    [all...]
descriptor.pb.h 371 // repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
375 inline const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const;
379 enum_type() const;
658 // repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
662 inline const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const;
666 enum_type() const;
3073 inline const ::google::protobuf::EnumDescriptorProto& FileDescriptorProto::enum_type(int index) const { function in class:google::protobuf::FileDescriptorProto
3083 FileDescriptorProto::enum_type() const { function in class:google::protobuf::FileDescriptorProto
3421 inline const ::google::protobuf::EnumDescriptorProto& DescriptorProto::enum_type(int index) const { function in class:google::protobuf::DescriptorProto
3431 DescriptorProto::enum_type() const { function in class:google::protobuf::DescriptorProto
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 1268 def enum_type(self): member in class:Cursor
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 5343 const EnumType *enum_type = dyn_cast<EnumType>(qual_type.getTypePtr()); local
5399 const EnumType *enum_type = dyn_cast<EnumType>(clang_type); local
5438 const EnumType *enum_type = dyn_cast<EnumType>(clang_type); local
5656 const EnumType *enum_type = cast<EnumType>(qual_type.getTypePtr()); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 4095 enum_type, \/* "enum" types. *\/ enumerator in enum:tag_types
    [all...]

Completed in 1108 milliseconds