#include <utils.h>
Static Public メソッド | |
static bool | is_valid (T value) |
static uint32_t | mask () |
static uint32_t | encode (T value) |
static T | decode (uint32_t value) |
static T v8::internal::BitField< T, shift, size >::decode | ( | uint32_t | value | ) | [inline, static] |
static uint32_t v8::internal::BitField< T, shift, size >::encode | ( | T | value | ) | [inline, static] |
static bool v8::internal::BitField< T, shift, size >::is_valid | ( | T | value | ) | [inline, static] |
static uint32_t v8::internal::BitField< T, shift, size >::mask | ( | ) | [inline, static] |