Searched defs:BitVector (Results 1 - 10 of 10) 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/marisa-trie/lib/marisa/
H A Dbitvector.h9 class BitVector { class in namespace:marisa
11 BitVector();
81 void swap(BitVector *rhs);
91 BitVector(const BitVector &);
92 BitVector &operator=(const BitVector &);
H A Dbitvector.cc156 BitVector::BitVector() function in class:marisa::BitVector
159 void BitVector::build() {
256 void BitVector::mmap(Mapper *mapper, const char *filename,
265 void BitVector::map(const void *ptr, std::size_t size) {
270 void BitVector::map(Mapper &mapper) {
271 BitVector temp;
280 void BitVector::load(const char *filename,
287 void BitVector::fread(std::FILE *file) {
292 void BitVector
[all...]
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dbitvector.h9 class BitVector { class in namespace:marisa_alpha
11 BitVector();
81 void swap(BitVector *rhs);
91 BitVector(const BitVector &);
92 BitVector &operator=(const BitVector &);
H A Dbitvector.cc156 BitVector::BitVector() function in class:marisa_alpha::BitVector
159 void BitVector::build() {
256 void BitVector::mmap(Mapper *mapper, const char *filename,
265 void BitVector::map(const void *ptr, std::size_t size) {
270 void BitVector::map(Mapper &mapper) {
271 BitVector temp;
280 void BitVector::load(const char *filename,
287 void BitVector::fread(std::FILE *file) {
292 void BitVector
[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
39 friend class BitVector;
47 reference(BitVector &b, unsigned Idx) {
73 /// BitVector default ctor - Creates an empty bitvector.
74 BitVector() : Size(0), Capacity(0) { function in class:llvm::BitVector
78 /// BitVector ctor - Creates a bitvector of specified number of bits. All
80 explicit BitVector(unsigned s, bool t = false) : Size(s) { function in class:llvm::BitVector
88 /// BitVector cop
89 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.h41 class BitVector: public ZoneObject { class in namespace:v8::internal
43 // Iterator for the elements of this BitVector.
46 explicit Iterator(BitVector* target)
80 BitVector* target_;
85 friend class BitVector;
88 BitVector(int length, Zone* zone) function in class:v8::internal::BitVector
96 BitVector(const BitVector& other, Zone* zone) function in class:v8::internal::BitVector
107 BitVector& operator=(const BitVector
[all...]
/external/v8/src/
H A Ddata-flow.h41 class BitVector: public ZoneObject { class in namespace:v8::internal
43 // Iterator for the elements of this BitVector.
46 explicit Iterator(BitVector* target)
80 BitVector* target_;
85 friend class BitVector;
88 BitVector(int length, Zone* zone) function in class:v8::internal::BitVector
96 BitVector(const BitVector& other, Zone* zone) function in class:v8::internal::BitVector
107 BitVector& operator=(const BitVector
[all...]
/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 268 milliseconds