Searched refs:noCopies (Results 1 – 1 of 1) sorted by relevance
369 hidl_vec<FailsIfCopied> noCopies; in TEST_F() local370 noCopies.resize(3); // instantiates three elements in TEST_F()372 FailsIfCopied* oldPointer = noCopies.data(); in TEST_F()374 noCopies.resize(6); // should move three elements, not copy in TEST_F()379 EXPECT_NE(oldPointer, noCopies.data()); in TEST_F()