Flutter Engine
The Flutter Engine
|
#include <raw_object.h>
Additional Inherited Members | |
Public Types inherited from dart::BitField< int32_t, int8_t, kKindPos, kKindSize > | |
typedef int8_t | Type |
Static Public Member Functions inherited from dart::BitField< int32_t, int8_t, kKindPos, kKindSize > | |
static constexpr bool | is_valid (int8_t value) |
static constexpr int32_t | mask () |
static constexpr int32_t | mask_in_place () |
static constexpr int | shift () |
static constexpr int | bitsize () |
static constexpr int32_t | encode (int8_t value) |
static constexpr int8_t | decode (int32_t value) |
static constexpr int32_t | update (int8_t value, int32_t original) |
Static Public Attributes inherited from dart::BitField< int32_t, int8_t, kKindPos, kKindSize > | |
static constexpr intptr_t | kNextBit |
Definition at line 2337 of file raw_object.h.