HomeSort by relevance Sort by last modified time
    Searched defs:EnumType (Results 1 - 25 of 36) sorted by null

1 2

  /external/libcxx/test/libcxx/type_traits/
convert_to_integral.pass.cpp 28 struct EnumType
57 typedef typename EnumType<From>::type Enum;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/type_traits/
convert_to_integral.pass.cpp 28 struct EnumType
57 typedef typename EnumType<From>::type Enum;
  /system/tools/hidl/
EnumType.h 32 struct EnumType : public Scope {
33 EnumType(const char* localName, const FQName& fullName, const Location& location,
116 std::vector<const EnumType*> typeChain() const;
117 std::vector<const EnumType*> superTypeChain() const;
137 DISALLOW_COPY_AND_ASSIGN(EnumType);
148 void autofill(const EnumType* prevType, EnumValue* prevValue, const ScalarType* type);
170 const EnumType* getElementEnumType() const;
193 const EnumType* getEnumType() const;
EnumType.cpp 17 #include "EnumType.h"
30 EnumType::EnumType(const char* localName, const FQName& fullName, const Location& location,
34 const Type *EnumType::storageType() const {
38 const std::vector<EnumValue *> &EnumType::values() const {
42 void EnumType::forEachValueFromRoot(const std::function<void(EnumValue*)> f) const {
43 std::vector<const EnumType*> chain = typeChain();
52 void EnumType::addValue(EnumValue* value) {
57 status_t EnumType::resolveInheritance() {
58 const EnumType* prevType = nullptr
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 43 private EnumDescriptor enumType;
226 public EnumDescriptor EnumType
232 throw new InvalidOperationException("EnumType is only valid for enum fields.");
234 return enumType;
299 enumType = (EnumDescriptor) typeDescriptor;
Descriptor.cs 145 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorProto), global::Google.Protobuf.Reflection.FileDescriptorProto.Parser, new[]{ "Name", "Package", "Dependency", "PublicDependency", "WeakDependency", "MessageType", "EnumType", "Service", "Extension", "Options", "SourceCodeInfo", "Syntax" }, null, null, null),
146 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto), global::Google.Protobuf.Reflection.DescriptorProto.Parser, new[]{ "Name", "Field", "Extension", "NestedType", "EnumType", "ExtensionRange", "OneofDecl", "Options", "ReservedRange", "ReservedName" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange), global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange.Parser, new[]{ "Start", "End" }, null, null, null),
390 public pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumDescriptorProto> EnumType {
    [all...]
  /external/clang/test/Sema/
attr-mode-enums.c 8 typedef enum { E4 } EnumType;
18 typedef EnumType __attribute__((mode(V4DI))) RejectedType4; // expected-error{{mode 'V4DI' is not supported for enumeration types}}
20 EnumType v1 __attribute__((mode(V4QI))); // expected-error{{mode 'V4QI' is not supported for enumeration types}}
  /external/clang/test/SemaCXX/
attr-mode-tmpl.cpp 3 typedef enum { XX } EnumType;
82 CheckEnumerations<EnumType>(); // expected-note{{in instantiation of}}
89 CheckMachineMode<EnumType>(); // expected-note{{in instantiation of}}
97 CheckParameters<EnumType, float>(0, valV4DI, 1.0, valV4DF); // expected-error{{no matching function for call}}
102 TemplatedStruct<EnumType> s2; // expected-note{{in instantiation of}}
type-traits.cpp 287 typedef Enum EnumType;
292 { int arr[T(__is_enum(EnumType))]; }
    [all...]
  /external/clang/utils/ABITest/
TypeGen.py 58 class EnumType(Type):
277 return EnumType(n, enumerators)
  /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 {
597 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 {
597 t := new(EnumType)
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 376 class EnumType(object):
676 'NestedEnum': EnumType([('ALPHA', 1), ('BETA', 2)]),
678 'NestedEnum': EnumType([('EPSILON', 5), ('ZETA', 6)]),
680 'NestedEnum': EnumType([('ETA', 7), ('THETA', 8)]),
696 'NestedEnum': EnumType([('GAMMA', 3), ('DELTA', 4)]),
698 'NestedEnum': EnumType([('IOTA', 9), ('KAPPA', 10)]),
700 'NestedEnum': EnumType([('LAMBDA', 11), ('MU', 12)]),
722 'NestedEnum': EnumType([('NU', 13), ('XI', 14)]),
724 'NestedEnum': EnumType([('OMICRON', 15), ('PI', 16)]),
726 'NestedEnum': EnumType([('RHO', 17), ('SIGMA', 18)])
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 718 QualType EnumType = S.Context.getTypeDeclType(ED);
720 S.Context.hasSameUnqualifiedType(EnumType, VarType))
    [all...]
SemaDecl.cpp     [all...]
  /external/guice/extensions/persist/lib/
ejb3-persistence.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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Type.h     [all...]

Completed in 719 milliseconds

1 2