Searched refs:Functor (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/googletest/googletest/src/ |
| H A D | gtest-internal-inl.h | 291 template <class Container, typename Functor> 292 void ForEach(const Container& c, Functor functor) { in ForEach()
|
| /freebsd-13.1/contrib/kyua/utils/process/ |
| H A D | executor.ipp | 46 /// Functor to execute a hook in a child process.
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ConfigManager.cpp | 507 using Functor = std::function<void()>; in parseNewSymbolInfo() typedef 510 static_cast<Functor>( in parseNewSymbolInfo() 511 StringSwitch<Functor>(Flags[I]) in parseNewSymbolInfo()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | thread | 287 // _Fp = tuple< unique_ptr<__thread_struct>, Functor, Args...>
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 2607 template <typename Functor> 2609 typedef Functor StorageType; 2611 static void CheckIsValid(Functor /* functor */) {} 2615 static auto Invoke(Functor f, T arg) -> decltype(f(arg)) { return f(arg); } 2617 typedef typename Functor::result_type ResultType; 2619 static ResultType Invoke(Functor f, T arg) { return f(arg); }
|
| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-more-actions_test.cc | 351 TEST(InvokeTest, Functor) { in TEST() argument
|
| H A D | gmock-actions_test.cc | 957 TEST(InvokeWithoutArgsTest, Functor) { in TEST() argument
|
| H A D | gmock-matchers_test.cc | 4589 struct Functor : public ::std::unary_function<int, std::string> { struct 4596 Matcher<int> matcher = ResultOf(Functor(), Eq(std::string("foo"))); in TEST()
|
| /freebsd-13.1/contrib/googletest/googlemock/docs/ |
| H A D | CheatSheet.md | 282 ## Matching the Result of a Function or Functor ## 386 ## Using a Function or a Functor as an Action ##
|
| H A D | CookBook.md | 1863 ## Invoking a Function/Method/Functor Without Arguments ##
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 453 template<typename Functor> 454 void forEachSummary(Functor Callback) { in forEachSummary() 476 template <typename Functor> void forEachModule(Functor Callback) { in forEachModule()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 348 // Functor that appends the suffix to the base flag definition.
|