HomeSort by relevance Sort by last modified time
    Searched defs:BitVector (Results 1 - 7 of 7) sorted by null

  /art/runtime/base/
bit_vector.cc 27 BitVector::BitVector(bool expandable,
41 BitVector::BitVector(uint32_t start_bits,
44 : BitVector(expandable,
51 BitVector::BitVector(const BitVector& src,
54 : BitVector(expandable,
62 BitVector::~BitVector()
    [all...]
bit_vector.h 32 * from zero. All operations on a BitVector are unsynchronized.
34 class BitVector {
39 * @brief Convenient iterator across the indexes of the BitVector's set bits.
42 * to the highest index of the BitVector's set bits. Instances can be retrieved
43 * only through BitVector::Indexes() which returns an IndexContainer wrapper
73 IndexIterator(const BitVector* bit_vector, begin_tag)
78 IndexIterator(const BitVector* bit_vector, end_tag)
92 friend class BitVector::IndexContainer;
96 * @brief BitVector wrapper class for iteration across indexes of set bits.
100 explicit IndexContainer(const BitVector* bit_vector) : bit_vector_(bit_vector) {
    [all...]
  /external/llvm/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
27 class BitVector {
36 unsigned Size; // Size of bitvector in bits.
43 friend class BitVector;
51 reference(BitVector &b, unsigned Idx) {
77 /// BitVector default ctor - Creates an empty bitvector.
78 BitVector() : Size(0), Capacity(0) {
82 /// BitVector ctor - Creates a bitvector of specified number of bits. Al
    [all...]
  /external/v8/src/
bit-vector.h 14 class BitVector : public ZoneObject {
16 // Iterator for the elements of this BitVector.
19 explicit Iterator(BitVector* target)
53 BitVector* target_;
58 friend class BitVector;
65 BitVector(int length, Zone* zone)
73 BitVector(const BitVector& other, Zone* zone)
85 void CopyFrom(const BitVector& other) {
113 void Union(const BitVector& other)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector.h 140 typedef BV BitVector;
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 82 class BitVector
90 BitVector (size_t size, bool value = false)
182 BitVector m_defined;
183 BitVector m_flushed;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 329 milliseconds