Searched defs:BitSet (Results 1 – 12 of 12) sorted by relevance
13 DEF_TEST(BitSet, reporter) { in DEF_TEST() argument
89 class BitSet : public UObject, public UnicodeContainable { class91 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) { in BitSet() function in BitSet
24 BitSet::BitSet() { in BitSet() function in BitSet
40 typedef std::vector<bool> BitSet; typedef
25 typedef T BitSet; typedef in __anonf404541e0111::BitSetTest178 typedef T BitSet; typedef in __anonf404541e0111::BitSetIteratorTest
327 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
66 #define BitSet(byte, bit) ((byte) & (bit)) macro
70 #define BitSet(byte, bit) ((byte) & (bit)) macro
337 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
7126 bool BitSet = V.isUndef() ? false : cast<ConstantSDNode>(V)->getZExtValue(); in LowerBUILD_VECTOR_i1() local