![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <persistent-map.h>
Public Member Functions | |
HashValue (size_t hash) | |
Bit | operator[] (int pos) const |
bool | operator< (HashValue other) const |
bool | operator== (HashValue other) const |
bool | operator!= (HashValue other) const |
HashValue | operator^ (HashValue other) const |
Private Attributes | |
uint32_t | bits_ |
Definition at line 224 of file persistent-map.h.
|
inlineexplicit |
Definition at line 226 of file persistent-map.h.
|
inline |
Definition at line 237 of file persistent-map.h.
|
inline |
Definition at line 235 of file persistent-map.h.
|
inline |
Definition at line 236 of file persistent-map.h.
|
inline |
Definition at line 228 of file persistent-map.h.
|
inline |
Definition at line 238 of file persistent-map.h.
|
private |
Definition at line 244 of file persistent-map.h.