Home
last modified time | relevance | path

Searched defs:TestCallback (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/thread/test/
Dtest_10963.cpp19 struct TestCallback struct
44 auto f1 = test_future.then(TestCallback()); in main() argument
Dtest_10964.cpp19 struct TestCallback struct
21 typedef boost::future<void> result_type;
23 result_type operator()(boost::future<void> future) const in operator ()()
33 result_type operator()(boost::future<boost::future<void> > future) const in operator ()()
44 result_type operator()(boost::shared_future<void> future) const in operator ()()
54 result_type operator()(boost::shared_future<boost::future<void> > future) const in operator ()()
/third_party/mindspore/tests/ut/cpp/utils/
Dcallback_test.cc32 class TestCallback : public UT::Common { class
34 TestCallback() {} in TestCallback() function in mindspore::TestCallback
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/basics/
Dtype-alias-declaration-export-function-type.src.ts1 export type TestCallback = (a: number) => void; alias
/third_party/skia/tests/
DLazyProxyTest.cpp261 class TestCallback { class
263 TestCallback(int* value, bool releaseCallback, sk_sp<GrTexture> tex) in TestCallback() function in TestCallback
267 TestCallback(const TestCallback& that) { SkASSERT(0); } in TestCallback() function in TestCallback
268 TestCallback(TestCallback&& that) in TestCallback() function in TestCallback
/third_party/flutter/skia/tests/
DLazyProxyTest.cpp248 class TestCallback { class
250 TestCallback(int* value) : fValue(value) {} in TestCallback() function in TestCallback
251 TestCallback(const TestCallback& that) { SkASSERT(0); } in TestCallback() function in TestCallback
252 TestCallback(TestCallback&& that) : fValue(that.fValue) { that.fValue = nullptr; } in TestCallback() function in TestCallback
/third_party/mindspore/tests/ut/cpp/dataset/
Dir_callback_test.cc39 class TestCallback : public DSCallback { class
41 TestCallback(int32_t step_size) in TestCallback() function in mindspore::dataset::test::TestCallback
/third_party/abseil-cpp/absl/flags/
Dflag_test.cc57 void TestCallback() {} in TestCallback() function
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dflag_test.cc59 void TestCallback() {} in TestCallback() function
/third_party/python/Lib/test/
Dtest_optparse.py1091 class TestCallback(BaseTest): class
/third_party/cef/tests/ceftests/
Durlrequest_unittest.cc1545 using TestCallback = base::RepeatingCallback<void(base::OnceClosure)>; typedef in __anon2283f3400111::RequestTestRunner