Searched refs:test_datatable_is_empty (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | DataRefTest.cpp | 37 static void test_datatable_is_empty(skiatest::Reporter* reporter, SkDataTable* table) { in test_datatable_is_empty() function 48 test_datatable_is_empty(reporter, table0.get()); in test_emptytable() 49 test_datatable_is_empty(reporter, table1.get()); in test_emptytable() 50 test_datatable_is_empty(reporter, table2.get()); in test_emptytable() 51 test_datatable_is_empty(reporter, table3.get()); in test_emptytable()
|
/third_party/flutter/skia/tests/ |
D | DataRefTest.cpp | 38 static void test_datatable_is_empty(skiatest::Reporter* reporter, SkDataTable* table) { in test_datatable_is_empty() function 49 test_datatable_is_empty(reporter, table0.get()); in test_emptytable() 50 test_datatable_is_empty(reporter, table1.get()); in test_emptytable() 51 test_datatable_is_empty(reporter, table2.get()); in test_emptytable() 52 test_datatable_is_empty(reporter, table3.get()); in test_emptytable()
|