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

/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-internal.h929 inline void CopyArray(const T& from, U* to) { *to = from; } function in namespace:testing::internal
941 void CopyArray(const T* from, size_t size, U* to) { function in namespace:testing::internal
[all...]

Completed in 37 milliseconds