Searched refs:Functor (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/ |
H A D | utility.h | 26 // * 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 D | gdb-server.cc | 81 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 D | bind_front_test.cc | 45 struct Functor { struct 53 auto f = absl::bind_front(Functor()); in TEST()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-internal-inl.h | 285 template <class Container, typename Functor> 286 void ForEach(const Container& c, Functor functor) { in ForEach()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-internal-inl.h | 286 template <class Container, typename Functor> 287 void ForEach(const Container& c, Functor functor) { in ForEach()
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-internal-inl.h | 292 template <class Container, typename Functor> 293 void ForEach(const Container& c, Functor functor) { in ForEach()
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 2177 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 D | gmock-matchers-containers_test.cc | 1054 struct Functor { struct 1059 Matcher<int> matcher = ResultOf(Functor(), Eq(std::string("foo"))); in TEST()
|
H A D | gmock-actions_test.cc | 1244 TEST(InvokeWithoutArgsTest, Functor) { in TEST()
|
H A D | gmock-more-actions_test.cc | 310 TEST(InvokeTest, Functor) { in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 441 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 D | cl2.hpp | 991 template<typename Functor, typename T> 992 inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) in getInfoHelper()
|
H A D | cl.hpp | 1158 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 60 milliseconds