Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | dart |
namespace | dart::compiler |
namespace | dart::compiler::ffi |
Functions | |
static int | dart::compiler::ffi::Main (int argc, const char **argv) |
int | main (int argc, const char **argv) |
Variables | |
static constexpr const char * | dart::compiler::ffi::kNone = "No Test" |
static constexpr const char * | dart::compiler::ffi::kList = "List all Tests" |
static constexpr const char * | dart::compiler::ffi::kAll = "Run all Tests" |
static const char * | dart::compiler::ffi::run_filter = kNone |
static constexpr const char * | dart::compiler::ffi::kCommandAll = "--all" |
static constexpr const char * | dart::compiler::ffi::kCommandList = "--list" |
static constexpr const char * | dart::compiler::ffi::kCommandUpdate = "--update" |
static int | dart::compiler::ffi::run_matches = 0 |
Definition at line 113 of file run_ffi_unit_tests.cc.