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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTypeTraits.h41 // RemoveConst<T>::Type
234 template <typename T> struct RemoveConst { struct in namespace:WTF
238 template <typename T> struct RemoveConst<const T> { struct in namespace:WTF
251 typedef typename RemoveVolatile<typename RemoveConst<T>::Type>::Type Type;
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h751 struct RemoveConst { typedef T type; }; // NOLINT struct in namespace:testing::internal
753 struct RemoveConst<const T> { typedef T type; }; // NOLINT struct in namespace:testing::internal
759 struct RemoveConst<const T[N]> { struct in namespace:testing::internal
760 typedef typename RemoveConst<T>::type type[N];
768 struct RemoveConst<T[N]> { struct in namespace:testing::internal
769 typedef typename RemoveConst<T>::type type[N];
773 // A handy wrapper around RemoveConst that works when the argument
776 typename ::testing::internal::RemoveConst<T>::type
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h793 struct RemoveConst { typedef T type; }; // NOLINT struct in namespace:testing::internal
795 struct RemoveConst<const T> { typedef T type; }; // NOLINT struct in namespace:testing::internal
804 struct RemoveConst<const T[N]> { struct in namespace:testing::internal
805 typedef typename RemoveConst<T>::type type[N];
809 // A handy wrapper around RemoveConst that works when the argument
812 typename ::testing::internal::RemoveConst<T>::type
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h719 struct RemoveConst { typedef T type; }; // NOLINT struct in namespace:testing::internal
721 struct RemoveConst<const T> { typedef T type; }; // NOLINT struct in namespace:testing::internal
727 struct RemoveConst<const T[N]> { struct in namespace:testing::internal
728 typedef typename RemoveConst<T>::type type[N];
736 struct RemoveConst<T[N]> { struct in namespace:testing::internal
737 typedef typename RemoveConst<T>::type type[N];
741 // A handy wrapper around RemoveConst that works when the argument
744 typename ::testing::internal::RemoveConst<T>::type
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h822 struct RemoveConst { typedef T type; }; // NOLINT struct in namespace:testing::internal
824 struct RemoveConst<const T> { typedef T type; }; // NOLINT struct in namespace:testing::internal
833 struct RemoveConst<const T[N]> { struct in namespace:testing::internal
834 typedef typename RemoveConst<T>::type type[N];
838 // A handy wrapper around RemoveConst that works when the argument
841 typename ::testing::internal::RemoveConst<T>::type
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h793 struct RemoveConst { typedef T type; }; // NOLINT struct in namespace:testing::internal
795 struct RemoveConst<const T> { typedef T type; }; // NOLINT struct in namespace:testing::internal
804 struct RemoveConst<const T[N]> { struct in namespace:testing::internal
805 typedef typename RemoveConst<T>::type type[N];
809 // A handy wrapper around RemoveConst that works when the argument
812 typename ::testing::internal::RemoveConst<T>::type
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7679 struct RemoveConst { typedef T type; }; // NOLINT struct in namespace:testing::internal
7681 struct RemoveConst<const T> { typedef T type; }; // NOLINT struct in namespace:testing::internal
7687 struct RemoveConst<const T[N]> { struct in namespace:testing::internal
7688 typedef typename RemoveConst<T>::type type[N];
7696 struct RemoveConst<T[N]> { struct in namespace:testing::internal
7697 typedef typename RemoveConst<T>::type type[N];
7701 // A handy wrapper around RemoveConst that works when the argument
7704 typename ::testing::internal::RemoveConst<T>::type
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7679 struct RemoveConst { typedef T type; }; // NOLINT struct in namespace:testing::internal
7681 struct RemoveConst<const T> { typedef T type; }; // NOLINT struct in namespace:testing::internal
7687 struct RemoveConst<const T[N]> { struct in namespace:testing::internal
7688 typedef typename RemoveConst<T>::type type[N];
7696 struct RemoveConst<T[N]> { struct in namespace:testing::internal
7697 typedef typename RemoveConst<T>::type type[N];
7701 // A handy wrapper around RemoveConst that works when the argument
7704 typename ::testing::internal::RemoveConst<T>::type

Completed in 409 milliseconds