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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h743 struct AddReference { typedef T& type; }; // NOLINT struct in namespace:testing::internal
745 struct AddReference<T&> { typedef T& type; }; // NOLINT struct in namespace:testing::internal
747 // A handy wrapper around AddReference that works when the argument T
750 typename ::testing::internal::AddReference<T>::type

Completed in 6 milliseconds