/external/libcxx/test/libcxx/type_traits/ |
convert_to_integral.pass.cpp | 13 struct EnumType 42 typedef typename EnumType<From>::type Enum;
|
/external/clang/utils/ABITest/ |
TypeGen.py | 58 class EnumType(Type): 277 return EnumType(n, enumerators)
|
/external/protobuf/python/google/protobuf/internal/ |
descriptor_pool_test.py | 259 class EnumType(object): 492 'NestedEnum': EnumType([('ALPHA', 1), ('BETA', 2)]), 494 'NestedEnum': EnumType([('EPSILON', 5), ('ZETA', 6)]), 496 'NestedEnum': EnumType([('ETA', 7), ('THETA', 8)]), 512 'NestedEnum': EnumType([('GAMMA', 3), ('DELTA', 4)]), 514 'NestedEnum': EnumType([('IOTA', 9), ('KAPPA', 10)]), 516 'NestedEnum': EnumType([('LAMBDA', 11), ('MU', 12)]), 538 'NestedEnum': EnumType([('NU', 13), ('XI', 14)]), 540 'NestedEnum': EnumType([('OMICRON', 15), ('PI', 16)]), 542 'NestedEnum': EnumType([('RHO', 17), ('SIGMA', 18)]) [all...] |
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
type.go | 194 // An EnumType represents an enumerated type. 197 type EnumType struct { 209 func (t *EnumType) String() string { 579 t := new(EnumType)
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
type.go | 194 // An EnumType represents an enumerated type. 197 type EnumType struct { 209 func (t *EnumType) String() string { 579 t := new(EnumType)
|
/external/clang/test/SemaCXX/ |
type-traits.cpp | 287 typedef Enum EnumType; 292 { int arr[T(__is_enum(EnumType))]; } [all...] |
/external/clang/lib/Sema/ |
SemaStmt.cpp | 708 QualType EnumType = S.Context.getTypeDeclType(ED); 710 S.Context.hasSameUnqualifiedType(EnumType, VarType)) [all...] |
SemaDecl.cpp | [all...] |
/external/guice/extensions/persist/lib/ |
ejb3-persistence.jar | |
hibernate-annotations.jar | |
/external/clang/include/clang/AST/ |
Type.h | [all...] |
/external/llvm/test/tools/llvm-readobj/Inputs/ |
relocs.py | 22 class EnumType(type): 24 super(EnumType, self).__init__(name, bases, attributes) 85 Enum = EnumType('Enum', (), {}) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | |
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
gwt-user.jar | |