Home
last modified time | relevance | path

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

123456

/aosp_15_r20/art/libartbase/base/
H A Dbit_vector_test.cc28 TEST(BitVector, Test) { in TEST() argument
90 TEST(BitVector, MessyAllocator) { in TEST() argument
98 TEST(BitVector, NoopAllocator) { in TEST() argument
155 TEST(BitVector, SetInitialBits) { in TEST() argument
174 TEST(BitVector, UnionIfNotIn) { in TEST() argument
200 TEST(BitVector, Subset) { in TEST() argument
244 TEST(BitVector, CopyTo) { in TEST() argument
302 TEST(BitVector, TransformIterator) { in TEST() argument
346 TEST(BitVector, MovementFree) { in TEST() argument
H A Dbit_vector.cc27 BitVector::BitVector(bool expandable, in BitVector() function in art::BitVector
41 BitVector::BitVector(uint32_t start_bits, bool expandable, Allocator* allocator) in BitVector() function in art::BitVector
47 BitVector::BitVector(const BitVector& src, in BitVector() function in art::BitVector
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DBitVector.h43 friend class BitVector; variable
78 BitVector() : Size(0), Capacity(0) { in BitVector() function
93 BitVector(const BitVector &RHS) : Size(RHS.size()) { in BitVector() function
105 BitVector(BitVector &&RHS) in BitVector() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DBitVector.h44 friend class BitVector; variable
78 BitVector() : Size(0), Capacity(0) { in BitVector() function
93 BitVector(const BitVector &RHS) : Size(RHS.size()) { in BitVector() function
105 BitVector(BitVector &&RHS) in BitVector() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DBitVector.h88 friend class BitVector; variable
134 BitVector() : Size(0) {} in BitVector() function
147 BitVector(const BitVector &RHS) : Size(RHS.size()) { in BitVector() function
158 BitVector(BitVector &&RHS) : Bits(RHS.Bits), Size(RHS.Size) { in BitVector() function
H A DSparseBitVector.h322 const SparseBitVector<ElementSize> *BitVector = nullptr; variable
397 bool end = false):BitVector(RHS) { in BitVector() function
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dbit_vector.cc125 BitVector::BitVector(std::initializer_list<bool> init) { in BitVector() function in perfetto::trace_processor::BitVector
135 BitVector::BitVector(uint32_t count, bool value) { in BitVector() function in perfetto::trace_processor::BitVector
139 BitVector::BitVector(std::vector<uint64_t> words, in BitVector() function in perfetto::trace_processor::BitVector
/aosp_15_r20/external/llvm/docs/
H A DProgrammersManual.rst1704 .. _dss_bitvector:
1706 BitVector argument
1718 SmallBitVector
1721 The SmallBitVector container provides the same interface as BitVector, but it is argument
1732 SparseBitVector
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSparseBitVector.h323 const SparseBitVector<ElementSize> *BitVector = nullptr; variable
398 bool end = false):BitVector(RHS) { in BitVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSparseBitVector.h323 const SparseBitVector<ElementSize> *BitVector = nullptr; variable
398 bool end = false):BitVector(RHS) { in BitVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSparseBitVector.h323 const SparseBitVector<ElementSize> *BitVector = nullptr; variable
398 bool end = false):BitVector(RHS) { in BitVector() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSparseBitVector.h323 const SparseBitVector<ElementSize> *BitVector = nullptr; variable
398 bool end = false):BitVector(RHS) { in BitVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSparseBitVector.h323 const SparseBitVector<ElementSize> *BitVector = nullptr; variable
398 bool end = false):BitVector(RHS) { in BitVector() function
/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/
H A Dvector.h13 typedef vector::BitVector BitVector; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGlobPattern.h26 class BitVector; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.h20 class BitVector; variable
/aosp_15_r20/external/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.h22 class BitVector; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.h20 class BitVector; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DReachableCode.h23 class BitVector; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DReachableCode.h23 class BitVector; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DReachableCode.h23 class BitVector; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DReachableCode.h23 class BitVector; variable
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DReachableCode.h24 class BitVector; variable
/aosp_15_r20/external/openthread/src/core/common/
H A Dbit_vector.hpp63 template <uint16_t N> class BitVector : public Equatable<BitVector<N>>, public Clearable<BitVector<… class
/aosp_15_r20/external/libtextclassifier/native/utils/container/
H A Dbit-vector.cc30 BitVector::BitVector(const BitVectorData* bit_vector_data) in BitVector() function in libtextclassifier3::BitVector

123456