Searched defs:Options (Results 1 – 2 of 2) sorted by relevance
28 struct Options { struct30 Options(const std::string inputFilePath) : filePath(inputFilePath) in Options() argument34 Options(const char *inputFilePath) : filePath(inputFilePath) in Options() argument38 …Options(const std::string &inputFilePath, const std::string &inputbundleName, const std::string &i… in Options() function
32 struct Options { struct48 static std::unique_ptr<Runtime> Create(const Options &options) in Create() argument