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