|
| | BitVector () |
| |
| | BitVector (size_t numBits) |
| |
| | BitVector (const BitVector &other) |
| |
| | ~BitVector () |
| |
| BitVector & | operator= (const BitVector &other) |
| |
| size_t | size () const |
| |
| void | ensureSize (size_t numBits) |
| |
| WTF_EXPORT_PRIVATE void | resize (size_t numBits) |
| |
| WTF_EXPORT_PRIVATE void | clearAll () |
| |
| bool | quickGet (size_t bit) const |
| |
| bool | quickSet (size_t bit) |
| |
| bool | quickClear (size_t bit) |
| |
| bool | quickSet (size_t bit, bool value) |
| |
| bool | get (size_t bit) const |
| |
| bool | contains (size_t bit) const |
| |
| bool | set (size_t bit) |
| |
| bool | add (size_t bit) |
| |
| bool | ensureSizeAndSet (size_t bit, size_t size) |
| |
| bool | clear (size_t bit) |
| |
| bool | remove (size_t bit) |
| |
| bool | set (size_t bit, bool value) |
| |
| void | merge (const BitVector &other) |
| |
| void | filter (const BitVector &other) |
| |
| void | exclude (const BitVector &other) |
| |
| size_t | bitCount () const |
| |
| size_t | findBit (size_t index, bool value) const |
| |
| WTF_EXPORT_PRIVATE void | dump (PrintStream &out) const |
| |
| | BitVector (EmptyValueTag) |
| |
| | BitVector (DeletedValueTag) |
| |
| bool | isEmptyValue () const |
| |
| bool | isDeletedValue () const |
| |
| bool | isEmptyOrDeletedValue () const |
| |
| bool | operator== (const BitVector &other) const |
| |
| unsigned | hash () const |
| |
| iterator | begin () const |
| |
| iterator | end () const |
| |
| | BitVector () |
| |
| | BitVector (size_t numBits) |
| |
| | BitVector (const BitVector &other) |
| |
| | ~BitVector () |
| |
| BitVector & | operator= (const BitVector &other) |
| |
| size_t | size () const |
| |
| void | ensureSize (size_t numBits) |
| |
| WTF_EXPORT_PRIVATE void | resize (size_t numBits) |
| |
| WTF_EXPORT_PRIVATE void | clearAll () |
| |
| bool | quickGet (size_t bit) const |
| |
| bool | quickSet (size_t bit) |
| |
| bool | quickClear (size_t bit) |
| |
| bool | quickSet (size_t bit, bool value) |
| |
| bool | get (size_t bit) const |
| |
| bool | contains (size_t bit) const |
| |
| bool | set (size_t bit) |
| |
| bool | add (size_t bit) |
| |
| bool | ensureSizeAndSet (size_t bit, size_t size) |
| |
| bool | clear (size_t bit) |
| |
| bool | remove (size_t bit) |
| |
| bool | set (size_t bit, bool value) |
| |
| void | merge (const BitVector &other) |
| |
| void | filter (const BitVector &other) |
| |
| void | exclude (const BitVector &other) |
| |
| size_t | bitCount () const |
| |
| size_t | findBit (size_t index, bool value) const |
| |
| WTF_EXPORT_PRIVATE void | dump (PrintStream &out) const |
| |
| | BitVector (EmptyValueTag) |
| |
| | BitVector (DeletedValueTag) |
| |
| bool | isEmptyValue () const |
| |
| bool | isDeletedValue () const |
| |
| bool | isEmptyOrDeletedValue () const |
| |
| bool | operator== (const BitVector &other) const |
| |
| unsigned | hash () const |
| |
| iterator | begin () const |
| |
| iterator | end () const |
| |
| | BitVector () |
| |
| | BitVector (size_t numBits) |
| |
| | BitVector (const BitVector &other) |
| |
| | ~BitVector () |
| |
| BitVector & | operator= (const BitVector &other) |
| |
| size_t | size () const |
| |
| void | ensureSize (size_t numBits) |
| |
| WTF_EXPORT_PRIVATE void | resize (size_t numBits) |
| |
| WTF_EXPORT_PRIVATE void | clearAll () |
| |
| bool | quickGet (size_t bit) const |
| |
| bool | quickSet (size_t bit) |
| |
| bool | quickClear (size_t bit) |
| |
| bool | quickSet (size_t bit, bool value) |
| |
| bool | get (size_t bit) const |
| |
| bool | contains (size_t bit) const |
| |
| bool | set (size_t bit) |
| |
| bool | add (size_t bit) |
| |
| bool | ensureSizeAndSet (size_t bit, size_t size) |
| |
| bool | clear (size_t bit) |
| |
| bool | remove (size_t bit) |
| |
| bool | set (size_t bit, bool value) |
| |
| void | merge (const BitVector &other) |
| |
| void | filter (const BitVector &other) |
| |
| void | exclude (const BitVector &other) |
| |
| size_t | bitCount () const |
| |
| size_t | findBit (size_t index, bool value) const |
| |
| WTF_EXPORT_PRIVATE void | dump (PrintStream &out) const |
| |
| | BitVector (EmptyValueTag) |
| |
| | BitVector (DeletedValueTag) |
| |
| bool | isEmptyValue () const |
| |
| bool | isDeletedValue () const |
| |
| bool | isEmptyOrDeletedValue () const |
| |
| bool | operator== (const BitVector &other) const |
| |
| unsigned | hash () const |
| |
| iterator | begin () const |
| |
| iterator | end () const |
| |