Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros
typed_list.cc File Reference
#include "tonic/typed_data/typed_list.h"
#include <cstring>
#include "tonic/logging/dart_error.h"

Go to the source code of this file.

Namespaces

namespace  tonic
 

Macros

#define TONIC_TYPED_DATA_DEFINE(name, type)
 

Macro Definition Documentation

◆ TONIC_TYPED_DATA_DEFINE

#define TONIC_TYPED_DATA_DEFINE (   name,
  type 
)
Value:
template class TypedList<Dart_TypedData_k##name, type>; \
template struct DartConverter<name##List>;

Definition at line 98 of file typed_list.cc.