Flutter Engine
The Flutter Engine
|
#include <iostream>
#include <sstream>
#include <type_traits>
#include <utility>
#include "third_party/dart/runtime/include/dart_api.h"
#include "tonic/converter/dart_converter.h"
#include "tonic/dart_wrappable.h"
Go to the source code of this file.
Namespaces | |
namespace | tonic |
Functions | |
template<typename T > | |
void | tonic::DartReturn (T result, Dart_NativeArguments args) |
template<typename Sig > | |
void | tonic::DartCall (Sig func, Dart_NativeArguments args) |
template<typename Sig > | |
void | tonic::DartCallStatic (Sig func, Dart_NativeArguments args) |
template<typename Sig > | |
void | tonic::DartCallConstructor (Sig func, Dart_NativeArguments args) |
template<typename Arg , typename... Args> | |
void | tonic::WriteFfiArguments (std::ostringstream *stream) |
template<typename Arg , typename... Args> | |
void | tonic::WriteDartArguments (std::ostringstream *stream) |
template<typename Arg , typename... Args> | |
bool | tonic::AllowedInLeafCall () |