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

/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-tuple.h119 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
121 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal

Completed in 178 milliseconds