Searched defs:EnumSet (Results 1 – 7 of 7) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/ |
D | enum_set.h | 43 EnumSet() {} in EnumSet() function 45 explicit EnumSet(EnumType c) { Add(c); } in EnumSet() function 47 EnumSet(std::initializer_list<EnumType> cs) { in EnumSet() function 50 EnumSet(uint32_t count, const EnumType* ptr) { in EnumSet() function 54 EnumSet(const EnumSet& other) { *this = other; } in EnumSet() function 56 EnumSet(EnumSet&& other) { in EnumSet() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | enum_set.h | 43 EnumSet() {} in EnumSet() function 45 explicit EnumSet(EnumType c) { Add(c); } in EnumSet() function 47 EnumSet(std::initializer_list<EnumType> cs) { in EnumSet() function 50 EnumSet(uint32_t count, const EnumType* ptr) { in EnumSet() function 54 EnumSet(const EnumSet& other) { *this = other; } in EnumSet() function 56 EnumSet(EnumSet&& other) { in EnumSet() function
|
/external/icu/icu4c/source/common/unicode/ |
D | enumset.h | 36 inline EnumSet() : fBools(0) {} in EnumSet() function 37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() function
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | enum_set_test.cpp | 30 TEST(EnumSet, IsEmpty1) { in TEST() argument 37 TEST(EnumSet, IsEmpty2) { in TEST() argument 44 TEST(EnumSet, IsEmpty3) { in TEST() argument 49 TEST(EnumSet, IsEmpty4) { in TEST() argument 174 TEST(EnumSet, DefaultIsEmpty) { in TEST() argument
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | enum_set_test.cpp | 30 TEST(EnumSet, IsEmpty1) { in TEST() argument 37 TEST(EnumSet, IsEmpty2) { in TEST() argument 44 TEST(EnumSet, IsEmpty3) { in TEST() argument 49 TEST(EnumSet, IsEmpty4) { in TEST() argument 174 TEST(EnumSet, DefaultIsEmpty) { in TEST() argument
|
/external/icu/icu4c/source/i18n/unicode/ |
D | decimfmt.h | 72 template class U_I18N_API EnumSet<UNumberFormatAttribute, variable
|
D | datefmt.h | 52 template class U_I18N_API EnumSet<UDateFormatBooleanAttribute, variable
|