Searched refs:bHavePosSlash (Results 1 – 3 of 3) sorted by relevance
139 const bool bHavePosSlash = (vrFileNamePath.find('/') != std::string::npos); in IsFilePath() local161 return bValidChars || bHavePosSlash || bHaveBckSlash; in IsFilePath()
242 const bool bHavePosSlash = (vrTxt.find('/') != std::string::npos); in IsArgLongOption() local244 if (bHavePosSlash || bHaveBckSlash) in IsArgLongOption()
253 const bool bHavePosSlash = (vrTxt.find('/') != std::string::npos); in IsStringArgSingleText() local255 if (bHavePosSlash || bHaveBckSlash) in IsStringArgSingleText()