Home
last modified time | relevance | path

Searched defs:EnumSet (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/
Denum_set.h43 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/
Denum_set.h43 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/
Denumset.h36 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/
Denum_set_test.cpp30 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/
Denum_set_test.cpp30 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/
Ddecimfmt.h72 template class U_I18N_API EnumSet<UNumberFormatAttribute, variable
Ddatefmt.h52 template class U_I18N_API EnumSet<UDateFormatBooleanAttribute, variable