Searched refs:Functor (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | edit_distance.h | 44 template <typename T, typename Functor> 46 Functor Map, bool AllowReplacements = true,
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-internal-inl.h | 287 template <class Container, typename Functor> 288 void ForEach(const Container& c, Functor functor) { in ForEach()
|
/freebsd/contrib/kyua/utils/process/ |
H A D | executor.ipp | 46 /// Functor to execute a hook in a child process.
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | actions.md | 36 ## Using a Function, Functor, or Lambda as an Action
|
H A D | matchers.md | 196 ## Matching the Result of a Function, Functor, or Callback
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 475 using Functor = std::function<void()>; in parseNewSymbolInfo() typedef 478 static_cast<Functor>( in parseNewSymbolInfo() 479 StringSwitch<Functor>(Flags[I]) in parseNewSymbolInfo()
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 2180 template <typename Functor> 2182 typedef Functor StorageType; 2184 static void CheckIsValid(Functor /* functor */) {} 2187 static auto Invoke(Functor f, const T& arg) -> decltype(f(arg)) {
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 1064 struct Functor { struct 1069 Matcher<int> matcher = ResultOf(Functor(), Eq(std::string("foo"))); in TEST()
|
H A D | gmock-more-actions_test.cc | 321 TEST(InvokeTest, Functor) { in TEST() argument
|
H A D | gmock-actions_test.cc | 1245 TEST(InvokeWithoutArgsTest, Functor) { in TEST() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 530 template<typename Functor> 531 void forEachSummary(Functor Callback) { in forEachSummary() 553 template <typename Functor> void forEachModule(Functor Callback) { in forEachModule()
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_cook_book.md | 2277 ### Invoking a Function/Method/Functor/Lambda/Callback Without Arguments
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 453 // Functor that appends the suffix to the base flag definition.
|