Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DTArrayTest.cpp148 T arrayPtrCount(data, 3); in test_construction() local
149 REPORTER_ASSERT(reporter, arrayPtrCount.size() == 3); in test_construction()
150 REPORTER_ASSERT(reporter, arrayPtrCount[0] == ValueType{7}); in test_construction()
151 REPORTER_ASSERT(reporter, arrayPtrCount[1] == ValueType{8}); in test_construction()
152 REPORTER_ASSERT(reporter, arrayPtrCount[2] == ValueType{9}); in test_construction()