![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <swiss-hash-table-helpers.h>
Public Member Functions | |
ProbeSequence (uint32_t hash, uint32_t mask) | |
uint32_t | offset () const |
uint32_t | offset (int i) const |
void | next () |
size_t | index () const |
Private Attributes | |
uint32_t | mask_ |
uint32_t | offset_ |
uint32_t | index_ = 0 |
Definition at line 78 of file swiss-hash-table-helpers.h.
|
inline |
Definition at line 80 of file swiss-hash-table-helpers.h.
|
inline |
Definition at line 95 of file swiss-hash-table-helpers.h.
|
inline |
Definition at line 89 of file swiss-hash-table-helpers.h.
|
inline |
Definition at line 86 of file swiss-hash-table-helpers.h.
|
inline |
Definition at line 87 of file swiss-hash-table-helpers.h.
|
private |
Definition at line 108 of file swiss-hash-table-helpers.h.
|
private |
Definition at line 99 of file swiss-hash-table-helpers.h.
|
private |
Definition at line 104 of file swiss-hash-table-helpers.h.