![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <swiss-hash-table-helpers.h>
Public Types | |
| using | value_type = int |
| using | iterator = BitMask |
| using | const_iterator = BitMask |
Public Member Functions | |
| BitMask (T mask) | |
| BitMask & | operator++ () |
| operator bool () const | |
| int | operator* () const |
| int | LowestBitSet () const |
| int | HighestBitSet () const |
| BitMask | begin () const |
| BitMask | end () const |
| int | TrailingZeros () const |
| int | LeadingZeros () const |
Private Attributes | |
| T | mask_ |
Friends | |
| bool | operator== (const BitMask &a, const BitMask &b) |
| bool | operator!= (const BitMask &a, const BitMask &b) |
Definition at line 122 of file swiss-hash-table-helpers.h.
| using v8::internal::swiss_table::BitMask< T, SignificantBits, Shift >::const_iterator = BitMask |
Definition at line 130 of file swiss-hash-table-helpers.h.
| using v8::internal::swiss_table::BitMask< T, SignificantBits, Shift >::iterator = BitMask |
Definition at line 129 of file swiss-hash-table-helpers.h.
| using v8::internal::swiss_table::BitMask< T, SignificantBits, Shift >::value_type = int |
Definition at line 128 of file swiss-hash-table-helpers.h.
|
inlineexplicit |
Definition at line 132 of file swiss-hash-table-helpers.h.
|
inline |
Definition at line 146 of file swiss-hash-table-helpers.h.
|
inline |
Definition at line 147 of file swiss-hash-table-helpers.h.
|
inline |
Definition at line 141 of file swiss-hash-table-helpers.h.
|
inline |
Definition at line 154 of file swiss-hash-table-helpers.h.
|
inline |
Definition at line 140 of file swiss-hash-table-helpers.h.
|
inlineexplicit |
Definition at line 138 of file swiss-hash-table-helpers.h.
|
inline |
Definition at line 139 of file swiss-hash-table-helpers.h.
|
inline |
Definition at line 133 of file swiss-hash-table-helpers.h.
|
inline |
Definition at line 149 of file swiss-hash-table-helpers.h.
|
friend |
Definition at line 164 of file swiss-hash-table-helpers.h.
|
friend |
Definition at line 161 of file swiss-hash-table-helpers.h.
|
private |
Definition at line 168 of file swiss-hash-table-helpers.h.