Searched defs:predicate (Results 1 – 2 of 2) sorted by relevance
60 const std::function<bool(const std::string&)>& predicate) { in CopyDirectoryImpl()166 std::function<bool(const std::string&)> predicate) { in CopyDirectoryRecursively()
32 std::function<bool(const T&)> predicate) { in Collect()