Home
last modified time | relevance | path

Searched refs:Functor (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dedit_distance.h44 template <typename T, typename Functor>
46 Functor Map, bool AllowReplacements = true,
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h287 template <class Container, typename Functor>
288 void ForEach(const Container& c, Functor functor) { in ForEach()
/freebsd/contrib/kyua/utils/process/
H A Dexecutor.ipp46 /// Functor to execute a hook in a child process.
/freebsd/contrib/googletest/docs/reference/
H A Dactions.md36 ## Using a Function, Functor, or Lambda as an Action
H A Dmatchers.md196 ## Matching the Result of a Function, Functor, or Callback
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp475 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 Dgmock-matchers.h2180 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 Dgmock-matchers-containers_test.cc1064 struct Functor { struct
1069 Matcher<int> matcher = ResultOf(Functor(), Eq(std::string("foo"))); in TEST()
H A Dgmock-more-actions_test.cc321 TEST(InvokeTest, Functor) { in TEST() argument
H A Dgmock-actions_test.cc1245 TEST(InvokeWithoutArgsTest, Functor) { in TEST() argument
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp530 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 Dgmock_cook_book.md2277 ### Invoking a Function/Method/Functor/Lambda/Callback Without Arguments
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td453 // Functor that appends the suffix to the base flag definition.