Home
last modified time | relevance | path

Searched refs:ByRef (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest.h1096 struct ByRef { typedef const T& type; }; // NOLINT struct
1098 struct ByRef<T&> { typedef T& type; }; // NOLINT
1101 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type