Searched defs:FilterCallback (Results 1 – 3 of 3) sorted by relevance
29 class FilterCallback; variable
84 using FilterCallback = std::function<bool(const FilePath &)>; variable
40 using FilterCallback = std::function<bool(const FilePath &)>; typedef