Home
last modified time | relevance | path

Searched refs:arrayReserve (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/tests/
DTArrayTest.cpp69 T arrayReserve(15); in test_construction() local
70 REPORTER_ASSERT(reporter, arrayReserve.empty()); in test_construction()
71 REPORTER_ASSERT(reporter, arrayReserve.capacity() == 15); in test_construction()