Searched refs:hasPath (Results 1 – 1 of 1) sorted by relevance
300 …auto hasPath = std::find_if(paths_.begin(), paths_.end(), [&patternsMatcher](const PatternsMatcher… in AddPath() local303 if (hasPath == paths_.end()) { in AddPath()327 auto hasPath = std::find_if( in HasPath() local329 return hasPath != paths_.end(); in HasPath()339 auto hasPath = std::find_if( in RemovePath() local341 if (hasPath != paths_.end()) { in RemovePath()342 paths_.erase(hasPath); in RemovePath()353 …auto hasPath = std::find_if(paths_.begin(), paths_.end(), [&patternsMatcher](const PatternsMatcher… in RemovePath() local356 if (hasPath != paths_.end()) { in RemovePath()357 paths_.erase(hasPath); in RemovePath()