Lines Matching refs:Option
42 callback(Option::FORCEWRITE, ""); in Init()
50 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["configPath"], Option::JSON, callb… in InitFileListCommand()
51 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["packageName"], Option::PACKAGENAM… in InitFileListCommand()
52 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["output"], Option::OUTPUTPATH, cal… in InitFileListCommand()
53 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["startId"], Option::STARTID, callb… in InitFileListCommand()
55 Option::DEPENDENTRY, callback)); in InitFileListCommand()
56 fileListHandles_.push_back(bind(&CmdList::GetString, this, root["ids"], Option::IDS, callback)); in InitFileListCommand()
57 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["definedIds"], Option::DEFINED_IDS… in InitFileListCommand()
59 Option::INPUTPATH, callback)); in InitFileListCommand()
60 …fileListHandles_.push_back(bind(&CmdList::GetArray, this, root["ResourceTable"], Option::RESHEADER… in InitFileListCommand()
61 …fileListHandles_.push_back(bind(&CmdList::GetArray, this, root["moduleResources"], Option::INPUTPA… in InitFileListCommand()
62 …fileListHandles_.push_back(bind(&CmdList::GetArray, this, root["dependencies"], Option::INPUTPATH,… in InitFileListCommand()
63 …fileListHandles_.push_back(bind(&CmdList::GetModuleNames, this, root["moduleNames"], Option::MODUL… in InitFileListCommand()
64 …fileListHandles_.push_back(bind(&CmdList::GetBool, this, root["iconCheck"], Option::ICON_CHECK, ca… in InitFileListCommand()