Flutter Engine
The Flutter Engine
|
Public Attributes | |
Dart_CObject * | length |
Dart_CObject * | typed_data |
Dart_CObject * | offset_in_bytes |
Public Attributes inherited from _Dart_CObject | |
Dart_CObject_Type | type |
union { | |
bool as_bool | |
int32_t as_int32 | |
int64_t as_int64 | |
double as_double | |
const char * as_string | |
struct { | |
Dart_Port id | |
Dart_Port origin_id | |
} as_send_port | |
struct { | |
int64_t id | |
} as_capability | |
struct { | |
intptr_t length | |
struct _Dart_CObject ** values | |
} as_array | |
struct { | |
Dart_TypedData_Type type | |
intptr_t length | |
const uint8_t * values | |
} as_typed_data | |
struct { | |
Dart_TypedData_Type type | |
intptr_t length | |
uint8_t * data | |
void * peer | |
Dart_HandleFinalizer callback | |
} as_external_typed_data | |
struct { | |
intptr_t ptr | |
intptr_t size | |
Dart_HandleFinalizer callback | |
} as_native_pointer | |
} | value |
Definition at line 1630 of file message_snapshot.cc.
Dart_CObject* dart::TypedDataViewMessageDeserializationCluster::Dart_CTypedDataView::length |
Definition at line 1631 of file message_snapshot.cc.
Dart_CObject* dart::TypedDataViewMessageDeserializationCluster::Dart_CTypedDataView::offset_in_bytes |
Definition at line 1633 of file message_snapshot.cc.
Dart_CObject* dart::TypedDataViewMessageDeserializationCluster::Dart_CTypedDataView::typed_data |
Definition at line 1632 of file message_snapshot.cc.