Lines Matching refs:npos
121 return strs.npos;
123 size_t seat = strs.npos;
127 if (strs.npos != temp) {
131 if (strs.npos != seat) {
133 if (strs.npos != seat + 1) {
134 strs = strs.substr(seat + 1, strs.npos);
151 while (str.npos != (size = StringToken(strs, sep, token))) {
200 if (path.npos == nPos) {
203 if (path.npos == nPos) {
206 return path.substr(nPos + 1, path.npos);
266 if (pos == std::string::npos) {
270 return (filePath.substr(pos + 1, filePath.npos) == checkExtension);