Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DTArrayTest.cpp318 template<typename Array> static void test_reserve(skiatest::Reporter* reporter) { in test_reserve() function
354 test_reserve<SkTArray<int>>(reporter); in DEF_TEST()
355 test_reserve<SkSTArray<1, int>>(reporter); in DEF_TEST()
356 test_reserve<SkSTArray<2, int>>(reporter); in DEF_TEST()
357 test_reserve<SkSTArray<16, int>>(reporter); in DEF_TEST()
H A DWriter32Test.cpp23 static void test_reserve(skiatest::Reporter* reporter) { in test_reserve() function
194 test_reserve(reporter); in DEF_TEST()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs6272 // This is all the same as test_reserve in test_reserve_exact()
6316 // Note: basic stuff is checked by test_reserve in test_try_reserve()
6583 fn test_reserve() { in test_reserve() functions
7951 // This is all the same as test_reserve in test_reserve_exact()
7995 // Note: basic stuff is checked by test_reserve in test_try_reserve()
11447 fn test_reserve() { in test_reserve() functions
12331 // This is all the same as test_reserve in test_reserve_exact_2()
12374 // Note: basic stuff is checked by test_reserve in test_try_reserve()
[all...]

Completed in 44 milliseconds