Home
last modified time | relevance | path

Searched defs:EnumSet (Results 1 – 11 of 11) 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/angle/third_party/vulkan-deps/spirv-tools/src/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/icu/libicu/cts_headers/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
Ddatefmt.h54 template class U_I18N_API EnumSet<UDateFormatBooleanAttribute, variable
/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/angle/third_party/vulkan-deps/spirv-tools/src/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/llvm-project/flang/include/flang/Common/
Denum-set.h38 constexpr EnumSet() {} in EnumSet() function
39 constexpr EnumSet(const std::initializer_list<enumerationType> &enums) { in EnumSet() function
/external/icu/icu4c/source/i18n/unicode/
Ddatefmt.h54 template class U_I18N_API EnumSet<UDateFormatBooleanAttribute, variable