Searched refs:ExtractNumber (Results 1 – 10 of 10) sorted by relevance
69 if (IsArgThreadGrp(rArg) && ExtractNumber(rArg)) { in Validate()84 if (IsArgThreadGrp(rArg) && ExtractNumber(rArg)) { in Validate()130 bool CMICmdArgValThreadGrp::ExtractNumber(const CMIUtilString &vrTxt) { in ExtractNumber() function in CMICmdArgValThreadGrp133 bool bOk = strNum.ExtractNumber(nNumber); in ExtractNumber()
75 if (IsArgNumber(rArg) && ExtractNumber(rArg)) { in Validate()90 if (IsArgNumber(rArg) && ExtractNumber(rArg)) { in Validate()146 bool CMICmdArgValNumber::ExtractNumber(const CMIUtilString &vrTxt) { in ExtractNumber() function in CMICmdArgValNumber148 bool bOk = vrTxt.ExtractNumber(nNumber); in ExtractNumber()
48 bool ExtractNumber(const CMIUtilString &vrTxt);
64 bool ExtractNumber(const CMIUtilString &vrTxt);
113 if (!strAddr.ExtractNumber(nNum)) in GetCString()
52 bool ExtractNumber(MIint64 &vwrNumber) const;
218 if (rStrLineOrFn.ExtractNumber(nValue)) { in Execute()232 if (m_brkName.ExtractNumber(nValue)) { in Execute()
375 if (rStrValOutputRadix.ExtractNumber(radix)) { in OptionFnOutputRadix()
335 if (!strAddrStart.ExtractNumber(nAddrStart)) { in Execute()351 if (!strAddrEnd.ExtractNumber(nAddrEnd)) { in Execute()
412 bool CMIUtilString::ExtractNumber(MIint64 &vwrNumber) const { in ExtractNumber() function in CMIUtilString