Searched refs:pDefault (Results 1 – 6 of 6) sorted by relevance
23 OutputFormatCmd::OutputFormatCmd(const std::string& pDefault, in OutputFormatCmd() argument28 m_FormatList.push_back(pDefault); in OutputFormatCmd()
104 void ScriptFile::addOutputFormatCmd(const std::string& pDefault, in addOutputFormatCmd() argument108 m_CommandQueue.push_back(new OutputFormatCmd(pDefault, pBig, pLittle)); in addOutputFormatCmd()
41 OptVal pDefault, in printOptionDiff() argument48 if (pDefault.hasValue()) in printOptionDiff()49 outs() << pDefault.getValue(); in printOptionDiff()
34 OutputFormatCmd(const std::string& pDefault,
88 void addOutputFormatCmd(const std::string& pDefault,
39 OptVal pDefault,