Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/utility/
H A Dutility.h26 // * apply<Functor, Tuple> == std::apply<Functor, Tuple>
237 template <typename Functor, typename Tuple, std::size_t... Indexes>
238 auto apply_helper(Functor&& functor, Tuple&& t, index_sequence<Indexes...>)
240 absl::forward<Functor>(functor),
243 absl::forward<Functor>(functor), in forward()
288 template <typename Functor, typename Tuple>
289 auto apply(Functor&& functor, Tuple&& t)
291 absl::forward<Functor>(functor), absl::forward<Tuple>(t),
295 absl::forward<Functor>(functo
[all...]
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-server.cc81 template <typename Functor>
82 auto Append(base::Semaphore* ready_semaphore, Functor&& task) { in Append()
112 template <typename Functor>
113 auto GdbServer::RunSyncTask(Functor&& callback) const { in RunSyncTask()
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
H A Dbind_front_test.cc45 struct Functor { struct
53 auto f = absl::bind_front(Functor()); in TEST()
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h285 template <class Container, typename Functor>
286 void ForEach(const Container& c, Functor functor) { in ForEach()
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h286 template <class Container, typename Functor>
287 void ForEach(const Container& c, Functor functor) { in ForEach()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h292 template <class Container, typename Functor>
293 void ForEach(const Container& c, Functor functor) { in ForEach()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2177 template <typename Functor>
2179 typedef Functor StorageType;
2181 static void CheckIsValid(Functor /* functor */) {} in CheckIsValid()
2184 static auto Invoke(Functor f, const T& arg) -> decltype(f(arg)) { in f()
3684 // Functor for use in TransformTuple.
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc1054 struct Functor { struct
1059 Matcher<int> matcher = ResultOf(Functor(), Eq(std::string("foo"))); in TEST()
H A Dgmock-actions_test.cc1244 TEST(InvokeWithoutArgsTest, Functor) { in TEST()
H A Dgmock-more-actions_test.cc310 TEST(InvokeTest, Functor) { in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp441 template<typename Functor>
442 void forEachSummary(Functor Callback) { in forEachSummary()
464 template <typename Functor> void forEachModule(Functor Callback) { in forEachModule()
/third_party/mesa3d/include/CL/
H A Dcl2.hpp991 template<typename Functor, typename T>
992 inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) in getInfoHelper()
H A Dcl.hpp1158 template<typename Functor, typename T>
1159 inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) in getInfoHelper()
7214 // Kernel Functor support

Completed in 69 milliseconds