Lines Matching refs:Options
102 void Options::CollectInputAbcFile(const std::vector<std::string> &itemList, const std::string &inputExtension)
118 void Options::CollectInputSourceFile(const std::vector<std::string> &itemList, const std::string &inputExtension)
151 bool Options::CheckFilesValidity(const std::string &input, const std::vector<std::string> &itemList,
167 bool Options::IsAbcFile(const std::string &fileName, const std::string &inputExtension)
172 // Options
173 bool Options::CollectInputFilesFromFileList(const std::string &input, const std::string &inputExtension)
199 bool Options::CollectInputFilesFromFileDirectory(const std::string &input, const std::string &extension)
215 void Options::ParseCacheFileOption(const std::string &cacheInput)
242 void Options::ParseUpdateVersionInfo(nlohmann::json &compileContextInfoJson)
285 void Options::ParseCompileContextInfo(const std::string compileContextInfoPath)
320 bool Options::NeedCollectDepsRelation()
326 bool Options::NeedRemoveRedundantRecord()
331 Options::Options() : argparser_(new panda::PandArgParser()) {}
333 Options::~Options()
338 bool Options::Parse(int argc, const char **argv)
761 std::string Options::ExtractContentFromBase64Input(const std::string &inputBase64String)