Searched defs:TestCallback (Results 1 – 11 of 11) sorted by relevance
19 struct TestCallback struct44 auto f1 = test_future.then(TestCallback()); in main() argument
19 struct TestCallback struct21 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 ()()
32 class TestCallback : public UT::Common { class34 TestCallback() {} in TestCallback() function in mindspore::TestCallback
1 export type TestCallback = (a: number) => void; alias
261 class TestCallback { class263 TestCallback(int* value, bool releaseCallback, sk_sp<GrTexture> tex) in TestCallback() function in TestCallback267 TestCallback(const TestCallback& that) { SkASSERT(0); } in TestCallback() function in TestCallback268 TestCallback(TestCallback&& that) in TestCallback() function in TestCallback
248 class TestCallback { class250 TestCallback(int* value) : fValue(value) {} in TestCallback() function in TestCallback251 TestCallback(const TestCallback& that) { SkASSERT(0); } in TestCallback() function in TestCallback252 TestCallback(TestCallback&& that) : fValue(that.fValue) { that.fValue = nullptr; } in TestCallback() function in TestCallback
39 class TestCallback : public DSCallback { class41 TestCallback(int32_t step_size) in TestCallback() function in mindspore::dataset::test::TestCallback
57 void TestCallback() {} in TestCallback() function
59 void TestCallback() {} in TestCallback() function
1091 class TestCallback(BaseTest): class
1545 using TestCallback = base::RepeatingCallback<void(base::OnceClosure)>; typedef in __anon2283f3400111::RequestTestRunner