Lines Matching refs:data
72 // test out reset with data in the array (and a new allocation)
84 // test out destructor with data in the array (and using existing allocation)
98 // Test out resut with data in the array and malloced storage
357 z{4, &A[0], &B[0], C.data(), D.data(), S.data()};
476 // Check data() returns all the original pointers
477 auto ptrs = z.data();
479 ptrs == std::make_tuple(&A[0], &B[0], C.data(), D.data(), S.data()));
488 // The following mutates the data.