Flutter Engine
The Flutter Engine
|
#include <dartutils.h>
Public Member Functions | |
Dart_Port | Value () const |
Dart_Port | OriginId () const |
Public Member Functions inherited from dart::bin::CObject | |
CObject (Dart_CObject *cobject) | |
Dart_CObject_Type | type () |
Dart_TypedData_Type | byte_array_type () |
bool | IsNull () |
bool | IsBool () |
bool | IsInt32 () |
bool | IsInt64 () |
bool | IsInt32OrInt64 () |
bool | IsIntptr () |
bool | IsDouble () |
bool | IsString () |
bool | IsArray () |
bool | IsTypedData () |
bool | IsUint8Array () |
bool | IsSendPort () |
bool | IsTrue () |
bool | IsFalse () |
void * | operator new (size_t size) |
Dart_CObject * | AsApiCObject () |
Additional Inherited Members | |
Static Public Member Functions inherited from dart::bin::CObject | |
static CObject * | Null () |
static CObject * | True () |
static CObject * | False () |
static CObject * | Bool (bool value) |
static Dart_CObject * | NewInt32 (int32_t value) |
static Dart_CObject * | NewInt64 (int64_t value) |
static Dart_CObject * | NewIntptr (intptr_t value) |
static Dart_CObject * | NewDouble (double value) |
static Dart_CObject * | NewString (const char *str) |
static Dart_CObject * | NewArray (intptr_t length) |
static Dart_CObject * | NewUint8Array (const void *data, intptr_t length) |
static Dart_CObject * | NewExternalUint8Array (intptr_t length, uint8_t *data, void *peer, Dart_HandleFinalizer callback) |
static Dart_CObject * | NewNativePointer (intptr_t ptr, intptr_t size, Dart_HandleFinalizer callback) |
static Dart_CObject * | NewIOBuffer (int64_t length) |
static void | ShrinkIOBuffer (Dart_CObject *cobject, int64_t new_length) |
static void | FreeIOBufferData (Dart_CObject *object) |
static CObject * | IllegalArgumentError () |
static CObject * | FileClosedError () |
static CObject * | NewOSError () |
static CObject * | NewOSError (OSError *os_error) |
Static Public Attributes inherited from dart::bin::CObject | |
static constexpr int | kSuccess = 0 |
static constexpr int | kArgumentError = 1 |
static constexpr int | kOSError = 2 |
static constexpr int | kFileClosedError = 3 |
Protected Member Functions inherited from dart::bin::CObject | |
CObject () | |
Protected Attributes inherited from dart::bin::CObject | |
Dart_CObject * | cobject_ |
Definition at line 556 of file dartutils.h.
|
inline |
Definition at line 561 of file dartutils.h.
|
inline |
Definition at line 560 of file dartutils.h.