Lines Matching refs:pos
368 string::size_type pos = 0;
369 while (pos < longest_common_prefix->size() &&
370 pos < it->name.size() &&
371 (*longest_common_prefix)[pos] == it->name[pos])
372 ++pos;
373 longest_common_prefix->erase(pos);
387 string::size_type pos = flag.name.find(match_token);
388 if (pos == 0) return true;
392 pos != string::npos)
431 string::size_type pos = string::npos;
433 pos = (*it)->filename.find(package_dir);
435 if (pos != string::npos) // candidate for package or subpackage match
438 pos + package_dir.size() + 1);
449 pos != string::npos && slash == string::npos) {
458 pos != string::npos && slash != string::npos) {