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

/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h780 struct RemoveReference { typedef T type; }; // NOLINT struct in namespace:testing::internal
782 struct RemoveReference<T&> { typedef T type; }; // NOLINT struct in namespace:testing::internal
784 // A handy wrapper around RemoveReference that works when the argument
787 typename ::testing::internal::RemoveReference<T>::type
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h782 struct RemoveReference { typedef T type; }; // NOLINT struct in namespace:testing::internal
784 struct RemoveReference<T&> { typedef T type; }; // NOLINT struct in namespace:testing::internal
786 // A handy wrapper around RemoveReference that works when the argument
789 typename ::testing::internal::RemoveReference<T>::type
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h782 struct RemoveReference { typedef T type; }; // NOLINT struct in namespace:testing::internal
784 struct RemoveReference<T&> { typedef T type; }; // NOLINT struct in namespace:testing::internal
786 // A handy wrapper around RemoveReference that works when the argument
789 typename ::testing::internal::RemoveReference<T>::type
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h809 struct RemoveReference { typedef T type; }; // NOLINT struct in namespace:testing::internal
811 struct RemoveReference<T&> { typedef T type; }; // NOLINT struct in namespace:testing::internal
813 // A handy wrapper around RemoveReference that works when the argument
816 typename ::testing::internal::RemoveReference<T>::type
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h780 struct RemoveReference { typedef T type; }; // NOLINT struct in namespace:testing::internal
782 struct RemoveReference<T&> { typedef T type; }; // NOLINT struct in namespace:testing::internal
784 // A handy wrapper around RemoveReference that works when the argument
787 typename ::testing::internal::RemoveReference<T>::type
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h800 struct RemoveReference { typedef T type; }; // NOLINT struct in namespace:testing::internal
802 struct RemoveReference<T&> { typedef T type; }; // NOLINT struct in namespace:testing::internal
804 // A handy wrapper around RemoveReference that works when the argument
807 typename ::testing::internal::RemoveReference<T>::type
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h782 struct RemoveReference { typedef T type; }; // NOLINT struct in namespace:testing::internal
784 struct RemoveReference<T&> { typedef T type; }; // NOLINT struct in namespace:testing::internal
786 // A handy wrapper around RemoveReference that works when the argument
789 typename ::testing::internal::RemoveReference<T>::type
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h706 struct RemoveReference { typedef T type; }; // NOLINT struct in namespace:testing::internal
708 struct RemoveReference<T&> { typedef T type; }; // NOLINT struct in namespace:testing::internal
710 // A handy wrapper around RemoveReference that works when the argument
713 typename ::testing::internal::RemoveReference<T>::type
/external/fmtlib/test/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
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7667 struct RemoveReference { typedef T type; }; // NOLINT struct in namespace:testing::internal
7669 struct RemoveReference<T&> { typedef T type; }; // NOLINT struct in namespace:testing::internal
7671 // A handy wrapper around RemoveReference that works when the argument
7674 typename ::testing::internal::RemoveReference<T>::type

Completed in 445 milliseconds