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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7666 struct RemoveReference { typedef T type; }; // NOLINT struct in namespace:testing::internal
7668 struct RemoveReference<T&> { typedef T type; }; // NOLINT struct in namespace:testing::internal
7670 // A handy wrapper around RemoveReference that works when the argument
7673 typename ::testing::internal::RemoveReference<T>::type

Completed in 94 milliseconds