Searched refs:Functor (Results 1 – 9 of 9) sorted by relevance
292 template <class Container, typename Functor>293 void ForEach(const Container& c, Functor functor) { in ForEach()
516 using Functor = std::function<void(void)>; in parseNewSymbolInfo() typedef519 static_cast<Functor>( in parseNewSymbolInfo()520 StringSwitch<Functor>(Flags[I]) in parseNewSymbolInfo()
287 // _Fp = tuple< unique_ptr<__thread_struct>, Functor, Args...>
1863 template <typename Functor>1865 typedef Functor StorageType;1867 static void CheckIsValid(Functor /* functor */) {}1870 static auto Invoke(Functor f, const T& arg) -> decltype(f(arg)) {
228 * Determine whether we can determine a result type from @c Functor 239 /// We already know the result type for @c Functor; use it.2075 * if @c typeid(Functor).equals(target_type()); otherwise, a NULL
198 * Determine whether we can determine a result type from @c Functor 209 /// We already know the result type for @c Functor; use it.2078 * if @c typeid(Functor).equals(target_type()); otherwise, a NULL
453 template<typename Functor>454 void forEachSummary(Functor Callback) { in forEachSummary()476 template <typename Functor> void forEachModule(Functor Callback) { in forEachModule()
348 // Functor that appends the suffix to the base flag definition.
337 * testsuite/util/exception/safety.h: New. Functor objects for