Searched defs:TestCallback (Results 1 – 3 of 3) sorted by relevance
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
59 void TestCallback() {} in TestCallback() function
1091 class TestCallback(BaseTest): class