Searched refs:IsArgLongOption (Results 1 – 3 of 3) sorted by relevance
119 if (IsArgLongOption(rArg) && ArgNameMatch(rArg)) { in Validate()241 bool CMICmdArgValOptionLong::IsArgLongOption(const CMIUtilString &vrTxt) const { in IsArgLongOption() function in CMICmdArgValOptionLong270 return IsArgLongOption(vrTxt); in IsArgOptionCorrect()
47 bool IsArgLongOption(const CMIUtilString &vrTxt) const;
189 bValid = CMICmdArgValOptionLong().IsArgLongOption(vrTxt); in IsExpectedCorrectType()