Searched defs:functor (Results 1 – 3 of 3) sorted by relevance
332 void ForEachFileInDir(const std::string& dirname, Functor functor) { in ForEachFileInDir()351 void ForEachFileInPath(const std::string& path, Functor functor) { in ForEachFileInPath()
135 LinkTask(LinkImplFunctor &&functor) : mLinkImplFunctor(functor), mFallbackToMainContext(false) in LinkTask()154 LinkEventNativeParallel(PostLinkImplFunctor &&functor, in LinkEventNativeParallel()190 PostLinkImplFunctor &&functor) in LinkEventGL()
285 void ForEach(const Container& c, Functor functor) { in ForEach()