V8 Project
|
#include <utils.h>
Additional Inherited Members | |
![]() | |
static bool | is_valid (T value) |
static uint64_t | encode (T value) |
static uint64_t | update (uint64_t previous, T value) |
static T | decode (uint64_t value) |
![]() | |
static const uint64_t | kOne |
static const uint64_t | kMask |
static const uint64_t | kShift |
static const uint64_t | kSize |
static const uint64_t | kNext |
static const T | kMax |