|
typedef T | FieldType |
|
| STATIC_ASSERT ((kNext - 1)/8< sizeof(uint16_t)) |
|
static constexpr bool | is_valid (T value) |
|
static uint16_t | encode (T value) |
|
static uint16_t | update (uint16_t previous, T value) |
|
static T | decode (uint16_t value) |
|
static const uint16_t | kOne |
|
static const uint16_t | kMask |
|
static const uint16_t | kShift |
|
static const uint16_t | kSize |
|
static const uint16_t | kNext |
|
static const uint16_t | kNumValues |
|
static const T | kMax |
|
template<class T, int shift, int size>
class v8::internal::BitField16< T, shift, size >
Definition at line 369 of file utils.h.
The documentation for this class was generated from the following file: