Flutter Engine
The Flutter Engine
|
#include <object.h>
Additional Inherited Members | |
Public Types inherited from dart::BitField< int8_t, bool, UnicodeBit::kNextBit, 1 > | |
typedef bool | Type |
Static Public Member Functions inherited from dart::BitField< int8_t, bool, UnicodeBit::kNextBit, 1 > | |
static constexpr bool | is_valid (bool value) |
static constexpr int8_t | mask () |
static constexpr int8_t | mask_in_place () |
static constexpr int | shift () |
static constexpr int | bitsize () |
static constexpr int8_t | encode (bool value) |
static constexpr bool | decode (int8_t value) |
static constexpr int8_t | update (bool value, int8_t original) |
Static Public Attributes inherited from dart::BitField< int8_t, bool, UnicodeBit::kNextBit, 1 > | |
static constexpr intptr_t | kNextBit |