Searched defs:CopyArray (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1000 inline void CopyArray(const T& from, U* to) { *to = from; } function in namespace:testing::internal
1012 void CopyArray(const T* from, size_t size, U* to) { function in namespace:testing::internal
[all...]

Completed in 10 milliseconds