Searched refs:Functor (Results 1 – 5 of 5) sorted by relevance
45 template <typename T, typename Functor>47 Functor Map, bool AllowReplacements = true,
488 using Functor = std::function<void()>; in parseNewSymbolInfo() typedef491 static_cast<Functor>( in parseNewSymbolInfo()492 StringSwitch<Functor>(Flags[I]) in parseNewSymbolInfo()
289 // _Fp = tuple< unique_ptr<__thread_struct>, Functor, Args...>
478 template<typename Functor>479 void forEachSummary(Functor Callback) { in forEachSummary()501 template <typename Functor> void forEachModule(Functor Callback) { in forEachModule()
385 // Functor that appends the suffix to the base flag definition.