v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <utils.h>
Static Public Member Functions | |
static bool | is_valid (T value) |
static U | encode (T value) |
static U | update (U previous, T value) |
static T | decode (U value) |
Static Public Attributes | |
static const U | kOne = static_cast<U>(1U) |
static const U | kMask = ((kOne << shift) << size) - (kOne << shift) |
static const U | kShift = shift |
static const U | kSize = size |
static const T | kMax = static_cast<T>((1U << size) - 1) |
Definition at line 290 of file utils.h.
Referenced by BitFieldBase< LoadKeyedHoleMode, shift, size, uint32_t >::update().
|
inlinestatic |
Definition at line 285 of file utils.h.
Referenced by BitFieldBase< LoadKeyedHoleMode, shift, size, uint32_t >::encode().
Definition at line 277 of file utils.h.
Referenced by BitFieldBase< LoadKeyedHoleMode, shift, size, uint32_t >::decode(), and BitFieldBase< LoadKeyedHoleMode, shift, size, uint32_t >::update().
Definition at line 282 of file utils.h.
Referenced by BitFieldBase< LoadKeyedHoleMode, shift, size, uint32_t >::is_valid().