Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_string.h56 size_t GetBitLength() const { in GetBitLength() function
109 os << "BitStringChar<" << bc.GetBitLength() << ">("
195 DCHECK_LE(bitchar.GetBitLength(), kBitSizeAtPosition[idx]); in SetAt()