/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiMaintenance3Check.cpp | 67 using TypeSet = set<vk::VkDescriptorType>; typedef 75 Limit(const string& name_, deUint32 maxValue_, const TypeSet& affectedTypes_) in Limit() 82 const TypeSet affectedTypes; 104 TypeSet getAliveTypes (const TypeCounts& typeCounts) in getAliveTypes() 106 TypeSet aliveTypes; in getAliveTypes() 116 TypeSet getAliveTypesForLimit (const Limit& limit, const TypeSet& aliveTypes) in getAliveTypesForLimit() 118 TypeSet subset; in getAliveTypesForLimit() 132 TypeSet aliveTypes; in distributeCounts() 143 TypeSet aliveTypesForLimit; in distributeCounts() 222 …static const TypeSet samplerTypes = { vk::VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, vk::VK_DES… in buildLimitsVector() [all …]
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 57 class TypeSet { 60 TypeSet() {} in TypeSet() function 61 TypeSet(MVT::SimpleValueType VT, TreePattern &TP); 62 TypeSet(ArrayRef<MVT::SimpleValueType> VTList); 113 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP); 116 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP); in MergeInTypeInfo() 133 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP); 137 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP); 145 bool EnforceVectorSubVectorTypeIs(EEVT::TypeSet &VT, TreePattern &TP); 149 bool EnforceVectorSameNumElts(EEVT::TypeSet &VT, TreePattern &TP); [all …]
|
D | CodeGenDAGPatterns.cpp | 48 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { in TypeSet() function in EEVT::TypeSet 63 EEVT::TypeSet::TypeSet(ArrayRef<MVT::SimpleValueType> VTList) { in TypeSet() function in EEVT::TypeSet 78 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, in FillWithPossibleTypes() 110 bool EEVT::TypeSet::hasIntegerTypes() const { in hasIntegerTypes() 116 bool EEVT::TypeSet::hasFloatingPointTypes() const { in hasFloatingPointTypes() 121 bool EEVT::TypeSet::hasScalarTypes() const { in hasScalarTypes() 127 bool EEVT::TypeSet::hasVectorTypes() const { in hasVectorTypes() 132 std::string EEVT::TypeSet::getName() const { in getName() 154 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){ in MergeInTypeInfo() 171 EEVT::TypeSet InCopy(InVT); in MergeInTypeInfo() [all …]
|
/external/guava/android/guava/src/com/google/common/reflect/ |
D | TypeToken.java | 373 public final TypeSet getTypes() { in getTypes() 374 return new TypeSet(); in getTypes() 656 public class TypeSet extends ForwardingSet<TypeToken<? super T>> implements Serializable { 660 TypeSet() {} 663 public TypeSet interfaces() { 668 public TypeSet classes() { 701 private final class InterfaceSet extends TypeSet { 703 private final transient TypeSet allTypes; 706 InterfaceSet(TypeSet allTypes) { 722 public TypeSet interfaces() { [all …]
|
/external/guava/guava/src/com/google/common/reflect/ |
D | TypeToken.java | 371 public final TypeSet getTypes() { in getTypes() 372 return new TypeSet(); in getTypes() 653 public class TypeSet extends ForwardingSet<TypeToken<? super T>> implements Serializable { 657 TypeSet() {} 660 public TypeSet interfaces() { 665 public TypeSet classes() { 698 private final class InterfaceSet extends TypeSet { 700 private final transient TypeSet allTypes; 703 InterfaceSet(TypeSet allTypes) { 719 public TypeSet interfaces() { [all …]
|
/external/angle/third_party/abseil-cpp/absl/hash/ |
D | hash_testing.h | 279 struct TypeSet { struct 282 using type = TypeSet<U, T...>; argument 286 using type = TypeSet; 294 struct MakeTypeSet : TypeSet<> {};
|
/external/libtextclassifier/abseil-cpp/absl/hash/ |
D | hash_testing.h | 279 struct TypeSet { struct 282 using type = TypeSet<U, T...>; argument 286 using type = TypeSet; 294 struct MakeTypeSet : TypeSet<> {};
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/ |
D | hash_testing.h | 279 struct TypeSet { struct 282 using type = TypeSet<U, T...>; argument 286 using type = TypeSet; 294 struct MakeTypeSet : TypeSet<> {};
|
/external/webrtc/third_party/abseil-cpp/absl/hash/ |
D | hash_testing.h | 279 struct TypeSet { struct 282 using type = TypeSet<U, T...>; argument 286 using type = TypeSet; 294 struct MakeTypeSet : TypeSet<> {};
|
/external/openscreen/third_party/abseil/src/absl/hash/ |
D | hash_testing.h | 279 struct TypeSet { struct 282 using type = TypeSet<U, T...>; argument 286 using type = TypeSet; 294 struct MakeTypeSet : TypeSet<> {};
|
/external/abseil-cpp/absl/hash/ |
D | hash_testing.h | 279 struct TypeSet { struct 282 using type = TypeSet<U, T...>; argument 286 using type = TypeSet; 294 struct MakeTypeSet : TypeSet<> {};
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 474 std::set<ArgKind> TypeSet(std::begin(InitialTypes), std::end(InitialTypes)); in getAcceptedCompletionTypes() local 479 for (const ArgKind &Kind : TypeSet) { in getAcceptedCompletionTypes() 485 TypeSet.clear(); in getAcceptedCompletionTypes() 486 TypeSet.insert(NextTypeSet.begin(), NextTypeSet.end()); in getAcceptedCompletionTypes() 488 return std::vector<ArgKind>(TypeSet.begin(), TypeSet.end()); in getAcceptedCompletionTypes()
|
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 596 std::set<ArgKind> TypeSet(std::begin(InitialTypes), std::end(InitialTypes)); in getAcceptedCompletionTypes() local 601 for (const ArgKind &Kind : TypeSet) { in getAcceptedCompletionTypes() 607 TypeSet.clear(); in getAcceptedCompletionTypes() 608 TypeSet.insert(NextTypeSet.begin(), NextTypeSet.end()); in getAcceptedCompletionTypes() 610 return std::vector<ArgKind>(TypeSet.begin(), TypeSet.end()); in getAcceptedCompletionTypes()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | FuzzyMatch.cpp | 160 CharTypeSet TypeSet = 1 << Type; in calculateRoles() local 169 TypeSet |= 1 << Type; in calculateRoles() 176 return TypeSet; in calculateRoles()
|
/external/guava/android/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenTest.java | 160 TypeToken<Object>.TypeSet types = new TypeToken<Object>() {}.getTypes(); in testGetTypes_noSuperclass() 170 TypeToken<Interface1>.TypeSet types = new TypeToken<Interface1>() {}.getTypes(); in testGetTypes_fromInterface() 180 TypeToken<Integer>.TypeSet types = TypeToken.of(int.class).getTypes(); in testGetTypes_fromPrimitive() 192 TypeToken<Class3<String>>.TypeSet types = new TypeToken<Class3<String>>() {}.getTypes(); in testGetTypes_withInterfacesAndSuperclasses() 223 TypeToken<Class3<String>>.TypeSet types = new TypeToken<Class3<String>>() {}.getTypes(); in testGetTypes_rawTypes_withInterfacesAndSuperclasses() 249 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<B>() {}.capture()).getTypes(); in testGetTypes_ignoresTypeVariablesByDefault() 262 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<B>() {}.capture()).getTypes(); in testGetTypes_rawTypes_ignoresTypeVariablesByDefault() 272 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<A>() {}.capture()).getTypes(); in testGetTypes_manyBounds() 277 private static void assertSubtypeFirst(TypeToken<?>.TypeSet types) { in assertSubtypeFirst()
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenTest.java | 160 TypeToken<Object>.TypeSet types = new TypeToken<Object>() {}.getTypes(); in testGetTypes_noSuperclass() 170 TypeToken<Interface1>.TypeSet types = new TypeToken<Interface1>() {}.getTypes(); in testGetTypes_fromInterface() 180 TypeToken<Integer>.TypeSet types = TypeToken.of(int.class).getTypes(); in testGetTypes_fromPrimitive() 192 TypeToken<Class3<String>>.TypeSet types = new TypeToken<Class3<String>>() {}.getTypes(); in testGetTypes_withInterfacesAndSuperclasses() 223 TypeToken<Class3<String>>.TypeSet types = new TypeToken<Class3<String>>() {}.getTypes(); in testGetTypes_rawTypes_withInterfacesAndSuperclasses() 249 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<B>() {}.capture()).getTypes(); in testGetTypes_ignoresTypeVariablesByDefault() 262 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<B>() {}.capture()).getTypes(); in testGetTypes_rawTypes_ignoresTypeVariablesByDefault() 272 TypeToken<?>.TypeSet types = TypeToken.of(new TypeCapture<A>() {}.capture()).getTypes(); in testGetTypes_manyBounds() 277 private static void assertSubtypeFirst(TypeToken<?>.TypeSet types) { in assertSubtypeFirst()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.h | 446 typedef llvm::SetVector<lldb_private::Type *> TypeSet; typedef 450 TypeSet &type_set);
|
D | SymbolFileDWARF.cpp | 298 TypeSet &type_set) { in GetTypes() 372 TypeSet type_set; in GetTypes()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | StandardCodes.java | 60 …private static final Set<CodeType> TypeSet = Collections.unmodifiableSet(EnumSet.allOf(CodeType.cl… field in StandardCodes 243 return TypeSet; in getAvailableTypesEnum()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOverload.cpp | 7785 llvm::SmallPtrSet<QualType, 8>> TypeSet; typedef in __anon39067ac80b11::BuiltinCandidateTypeSet 7789 TypeSet PointerTypes; 7793 TypeSet MemberPointerTypes; 7797 TypeSet EnumerationTypes; 7801 TypeSet VectorTypes; 7805 TypeSet MatrixTypes; 7831 typedef TypeSet::iterator iterator;
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 6826 llvm::SmallPtrSet<QualType, 8>> TypeSet; typedef in __anond619a3da0411::BuiltinCandidateTypeSet 6830 TypeSet PointerTypes; 6834 TypeSet MemberPointerTypes; 6838 TypeSet EnumerationTypes; 6842 TypeSet VectorTypes; 6868 typedef TypeSet::iterator iterator;
|