|
| STATIC_ASSERT ((kNext - 1)/8< sizeof(U)) |
|
|
static constexpr bool | is_valid (T value) |
|
static U | encode (T value) |
|
static U | update (U previous, T value) |
|
static T | decode (U value) |
|
|
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 U | kNext = kShift + kSize |
|
static const U | kNumValues = kOne << size |
|
static const T | kMax = static_cast<T>(kNumValues - 1) |
|
template<class T, int shift, int size, class U>
class v8::internal::BitFieldBase< T, shift, size, U >
Definition at line 323 of file utils.h.
The documentation for this class was generated from the following file: