Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
dart::TypedDataViewMessageDeserializationCluster::Dart_CTypedDataView Struct Reference
Inheritance diagram for dart::TypedDataViewMessageDeserializationCluster::Dart_CTypedDataView:
_Dart_CObject

Public Attributes

Dart_CObjectlength
 
Dart_CObjecttyped_data
 
Dart_CObjectoffset_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 
 

Detailed Description

Definition at line 1630 of file message_snapshot.cc.

Member Data Documentation

◆ length

Dart_CObject* dart::TypedDataViewMessageDeserializationCluster::Dart_CTypedDataView::length

Definition at line 1631 of file message_snapshot.cc.

◆ offset_in_bytes

Dart_CObject* dart::TypedDataViewMessageDeserializationCluster::Dart_CTypedDataView::offset_in_bytes

Definition at line 1633 of file message_snapshot.cc.

◆ typed_data

Dart_CObject* dart::TypedDataViewMessageDeserializationCluster::Dart_CTypedDataView::typed_data

Definition at line 1632 of file message_snapshot.cc.


The documentation for this struct was generated from the following file: