Searched refs:getBitCapacity (Results 1 – 1 of 1) sorted by relevance
373 if (N > getBitCapacity()) {393 if (N > getBitCapacity()) in reserve()513 if (NewSize > getBitCapacity()) in push_back()724 if (Size <= getBitCapacity()) {929 size_t getBitCapacity() const { return Bits.size() * BITWORD_SIZE; } in getBitCapacity() function