Searched defs:AddReference (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.h7714 struct AddReference { typedef T& type; }; // NOLINT struct in namespace:testing::internal
7716 struct AddReference<T&> { typedef T& type; }; // NOLINT struct in namespace:testing::internal
7718 // A handy wrapper around AddReference that works when the argument T
7721 typename ::testing::internal::AddReference<T>::type

Completed in 95 milliseconds