Lines Matching refs:npos
113 return str.npos;
115 size_t pos = str.npos;
119 if (str.npos != tmp) {
123 if (str.npos != pos) {
125 if (str.npos != pos + 1) {
126 str = str.substr(pos + 1, str.npos);
143 while (str.npos != (size = StringToken(strs, sep, token))) {
169 if (strPath.npos == nPos) {
172 if (strPath.npos == nPos) {
176 return strPath.substr(nPos + 1, strPath.npos);
241 if (pos == std::string::npos) {
245 return (filePath.substr(pos + 1, filePath.npos) == checkExtension);
449 if (pos != tmp.npos && pos != COMMENT_SUBSCRIPT) {
458 if ((pos == std::string::npos) || (tmp.back() == '=')) {