Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/util/
Dbit_vector.h162 BitVector(size_t sz) : size_ {sz}, data_ {Allocator().allocate(size_in_words())} in BitVector() function
171 BitVector(const BitVector &other) in BitVector() function
176 BitVector(BitVector &&other) noexcept in BitVector() function
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_vector.h643 using BitVector = BitVectorBase<false, Allocator>; variable