Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dbit_string.h142 struct BitString { struct
143 using StorageType = BitStringChar::StorageType; argument
171 // How many bits are needed for a BitStringChar at the position? argument
181 // See also "BitString[N]" in the doc header. argument
193 void SetAt(size_t idx, BitStringChar bitchar) { in SetAt() argument
211 BitStringChar bc = (*this)[i]; in Length() argument
235 BitString() = default; argument
249 return (*this) == BitString{}; in IsEmpty() argument
255 BitString Truncate(size_t end) { in Truncate() argument
277 static_assert(BitSizeOf<BitString::StorageType>() >= argument