Flutter Engine
The Flutter Engine
|
#include "flutter/testing/test_dart_native_resolver.h"
#include <mutex>
#include <vector>
#include "flutter/fml/logging.h"
#include "third_party/tonic/logging/dart_error.h"
#include "tonic/converter/dart_converter.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
namespace | flutter::testing |
Functions | |
static const uint8_t * | flutter::testing::DartNativeEntrySymbolCallback (Dart_NativeFunction function) |
Variables | |
static std::mutex | flutter::testing::gIsolateResolversMutex |
static std::map< Dart_Isolate, std::weak_ptr< TestDartNativeResolver > > | flutter::testing::gIsolateResolvers |