#include <algorithm>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <sstream>
#include <string>
#include "flutter/fml/native_library.h"
#include "flutter/fml/paths.h"
#include "flutter/fml/size.h"
#include "flutter/shell/version/version.h"
#include "flutter/shell/common/switches.h"
Go to the source code of this file.
◆ DEF_SWITCH
#define DEF_SWITCH |
( |
|
p_swtch, |
|
|
|
p_flag, |
|
|
|
p_help |
|
) |
| { flutter::Switch:: p_swtch, p_flag, p_help }, |
◆ DEF_SWITCHES_END
#define DEF_SWITCHES_END }; |
◆ DEF_SWITCHES_START
#define DEF_SWITCHES_START static const struct SwitchDesc gSwitchDescs[] = { |
◆ kAllowedDartFlags
const std::string kAllowedDartFlags[] |
|
static |
Initial value:= {
"--enable-isolate-groups",
"--no-enable-isolate-groups",
"--enable_mirrors",
"--enable-service-port-fallback",
"--max_profile_depth",
"--profile_period",
"--random_seed",
"--sample-buffer-duration",
"--trace-kernel",
"--trace-reload",
"--trace-reload-verbose",
"--write-service-info",
"--max_subtype_cache_entries",
"--enable-asserts",
}
Definition at line 52 of file switches.cc.