Home
last modified time | relevance | path

Searched refs:IteratableBitMaskAdaptor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/HashTable/
H A Dbitmask.h53 template <class BitMask> struct IteratableBitMaskAdaptor : public BitMask { struct
70 LIBC_INLINE IteratableBitMaskAdaptor &operator++() { argument
74 LIBC_INLINE IteratableBitMaskAdaptor begin() { return *this; } in begin() argument
75 LIBC_INLINE IteratableBitMaskAdaptor end() { return {BitMask{0}}; } in end() argument
76 LIBC_INLINE bool operator==(const IteratableBitMaskAdaptor &other) {
79 LIBC_INLINE bool operator!=(const IteratableBitMaskAdaptor &other) {
/aosp_15_r20/external/llvm-libc/test/src/__support/HashTable/
H A Dbitmask_test.cpp41 using Iter = IteratableBitMaskAdaptor<ShortBitMask>; in TEST()
56 using Iter = IteratableBitMaskAdaptor<LargeBitMask>; in TEST()