Home
last modified time | relevance | path

Searched defs:EnumType (Results 1 – 18 of 18) sorted by relevance

/external/libabigail/tests/data/test-diff-suppr/
Dtest40-enumerator-changes-v0.cc1 enum EnumType enum
10 foo(EnumType) in foo() argument
Dtest40-enumerator-changes-v1.cc1 enum EnumType enum
12 foo(EnumType) in foo() argument
/external/libcxx/test/libcxx/type_traits/
Dconvert_to_integral.pass.cpp28 struct EnumType struct
30 enum type : T {E_zero, E_one};
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs235 public EnumDescriptor EnumType property in Google.Protobuf.Reflection.FieldDescriptor
DDescriptor.cs476 public pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumDescriptorProto> EnumType { property in Google.Protobuf.Reflection.FileDescriptorProto
905 public pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumDescriptorProto> EnumType { property in Google.Protobuf.Reflection.DescriptorProto
/external/clang/test/Sema/
Dattr-mode-enums.c8 typedef enum { E4 } EnumType; typedef
/external/clang/test/SemaCXX/
Dattr-mode-tmpl.cpp3 typedef enum { XX } EnumType; typedef
Dtype-traits.cpp287 typedef Enum EnumType; typedef
/external/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto46 enum EnumType { enum
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test.py722 class EnumType(object): class
/external/golang-protobuf/reflect/protoreflect/
Dtype.go551 type EnumType interface { interface
/external/clang/utils/ABITest/
DTypeGen.py58 class EnumType(Type): class
/external/python/cffi/cffi/
Dmodel.py489 class EnumType(StructOrUnionOrEnum): class
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go537EnumType []*EnumDescriptorProto `protobuf:"bytes,5,rep,name=enum_type,json=enumType" json:"e… member
677EnumType []*EnumDescriptorProto `protobuf:"bytes,4,rep,name=enum_type,json=enumTy… member
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py22 class EnumType(type): class
/external/clang/lib/Sema/
DSemaStmt.cpp718 QualType EnumType = S.Context.getTypeDeclType(ED); in ShouldDiagnoseSwitchCaseNotInEnum() local
DSemaDecl.cpp14640 QualType EnumType) { in CheckForDuplicateEnumValues()
14780 QualType EnumType = Context.getTypeDeclType(Enum); in ActOnEnumBody() local
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc2467 TEST_F(MiscTest, EnumType) { in TEST_F() argument