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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTypeTraits.h40 // RemoveReference<T>::Type
262 template <typename T> struct RemoveReference { struct in namespace:WTF
266 template <typename T> struct RemoveReference<T&> { struct in namespace:WTF
/external/chromium_org/storage/browser/fileapi/
H A Disolated_context.cc386 void IsolatedContext::RemoveReference(const std::string& filesystem_id) { function in class:storage::IsolatedContext
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h738 struct RemoveReference { typedef T type; }; // NOLINT struct in namespace:testing::internal
740 struct RemoveReference<T&> { typedef T type; }; // NOLINT struct in namespace:testing::internal
742 // A handy wrapper around RemoveReference that works when the argument
745 typename ::testing::internal::RemoveReference<T>::type
/external/chromium_org/third_party/mesa/src/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/gtest/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/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/chromium_org/third_party/libvpx/source/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
/external/libvpx/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 344 milliseconds