Home | History | Annotate | Download | only in test

Lines Matching refs:CopyArray

154 using testing::internal::CopyArray;
7214 // Tests CopyArray().
7218 CopyArray('a', &n);
7226 CopyArray(a, &b);
7231 CopyArray(a, 3, c);
7239 CopyArray(a, &b);
7244 CopyArray(a, 2, c);