Home
last modified time | relevance | path

Searched refs:test_container_apis (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DTemplatesTest.cpp78 static void test_container_apis(skiatest::Reporter* reporter) { in test_container_apis() function
109 test_container_apis<SkAutoTArray<int>, int>(reporter); in DEF_TEST()
110 test_container_apis<SkAutoSTArray<kStackPreallocCount, int>, int>(reporter); in DEF_TEST()
111 test_container_apis<SkAutoTMalloc<int>, size_t>(reporter); in DEF_TEST()
112 test_container_apis<SkAutoSTMalloc<kStackPreallocCount, int>, size_t>(reporter); in DEF_TEST()

Completed in 1 milliseconds