Lines Matching refs:PandArg
99 const panda::PandArg<std::string> &file, const panda::PandArg<std::string> &entrypoint,
100 const panda::PandArg<bool> &help, int argc, const char **argv)
141 int ExecutePandaFile(panda::PandArg<bool> &options, panda::PandArgParser &pa_parser, panda::PandArg<std::string> &file,
142 panda::PandArg<std::string> &entrypoint, RuntimeOptions &runtime_options)
197 panda::PandArg<bool> help("help", false, "Print this message and exit");
198 panda::PandArg<bool> options("options", false, "Print compiler and runtime options");
200 panda::PandArg<std::string> file("file", "", "path to pandafile");
201 panda::PandArg<std::string> entrypoint("entrypoint", "", "full name of entrypoint function or method");