Flutter Engine
The Flutter Engine
|
#include <object.h>
Additional Inherited Members | |
Public Types inherited from dart::BitField< int8_t, int8_t, kFlagsPos, kFlagsSize > | |
typedef int8_t | Type |
Static Public Member Functions inherited from dart::BitField< int8_t, int8_t, kFlagsPos, kFlagsSize > | |
static constexpr bool | is_valid (int8_t 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 (int8_t value) |
static constexpr int8_t | decode (int8_t value) |
static constexpr int8_t | update (int8_t value, int8_t original) |
Static Public Attributes inherited from dart::BitField< int8_t, int8_t, kFlagsPos, kFlagsSize > | |
static constexpr intptr_t | kNextBit |