Searched defs:BitVector (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DBitVector.h53 // On the other hand, this BitVector class may not be the fastest around, since
58 class WTF_EXPORT BitVector { class in namespace:WTF
60 BitVector() function in class:WTF::BitVector
65 explicit BitVector(size_t numBits) function in class:WTF::BitVector
71 BitVector(const BitVector& other) function in class:WTF::BitVector
78 ~BitVector()
85 BitVector& operator=(const BitVector& other)
223 void setSlow(const BitVector
[all...]
/external/stlport/test/eh/
H A Dtest_bit_vector.cpp36 typedef EH_BIT_VECTOR BitVector; typedef
39 container_category(const BitVector&) argument
53 gTestController.SetCurrentTestName("BitVector::reserve()");
56 void operator()( BitVector& v ) const
74 BitVector emptyVector;
75 BitVector testVector, testVector2;
93 StrongCheck(testVector, test_insert_one<BitVector>(testVector) );
94 StrongCheck(testVector, test_insert_one<BitVector>(testVector,0) );
95 StrongCheck(testVector, test_insert_one<BitVector>(testVector, (int)testVector.size()) );
97 StrongCheck(testVector, test_insert_n<BitVector>(testVecto
[all...]
/external/llvm/include/llvm/ADT/
H A DBitVector.h1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
27 class BitVector { class in namespace:llvm
40 friend class BitVector;
48 reference(BitVector &b, unsigned Idx) {
74 /// BitVector default ctor - Creates an empty bitvector.
75 BitVector() : Size(0), Capacity(0) { function in class:llvm::BitVector
79 /// BitVector ctor - Creates a bitvector of specified number of bits. All
81 explicit BitVector(unsigned s, bool t = false) : Size(s) { function in class:llvm::BitVector
89 /// BitVector cop
90 BitVector(const BitVector &RHS) : Size(RHS.size()) { function in class:llvm::BitVector
102 BitVector(BitVector &&RHS) function in class:llvm::BitVector
[all...]
/external/chromium_org/v8/src/
H A Ddata-flow.h18 class BitVector: public ZoneObject { class in namespace:v8::internal
20 // Iterator for the elements of this BitVector.
23 explicit Iterator(BitVector* target)
57 BitVector* target_;
62 friend class BitVector;
65 BitVector(int length, Zone* zone) function in class:v8::internal::BitVector
73 BitVector(const BitVector& other, Zone* zone) function in class:v8::internal::BitVector
84 BitVector& operator=(const BitVector
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h137 typedef BV BitVector; typedef in class:__sanitizer::DeadlockDetector
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 104 milliseconds