Searched refs:arrayPtrCount (Results 1 – 1 of 1) sorted by relevance
148 T arrayPtrCount(data, 3); in test_construction() local149 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()