Searched refs:fixed_copy (Results 1 – 1 of 1) sorted by relevance
94 ByteArrayPtr fixed_copy = new MemoryByteArray(ba->Length()); in CopyTest() local95 ba->CopyTo(fixed_copy); in CopyTest()96 EXPECT_EQ(ba->Length(), fixed_copy->Length()); in CopyTest()97 EXPECT_TRUE(ReadComparison(ba, fixed_copy)); in CopyTest()