Searched defs:IsEnclosedBy (Results 1 – 1 of 1) sorted by relevance
59 struct IsEnclosedBy { struct60 explicit IsEnclosedBy(const std::string& path) : path(path) { } in IsEnclosedBy() function61 bool operator() (const std::string& x) const { in operator ()()64 const std::string& path;