Searched defs:IsEnclosedBy (Results 1 – 1 of 1) sorted by relevance
50 struct IsEnclosedBy { struct51 explicit IsEnclosedBy(const std::string& path) : path(path) { } in IsEnclosedBy() function52 bool operator() (const std::string& x) { in operator ()()55 const std::string& path;