HomeSort by relevance Sort by last modified time
    Searched refs:RemoveConst (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Visitor.h 124 static const bool nonTrivialFinalizer = WTF::IsSubclassOfTemplate<typename WTF::RemoveConst<T>::Type, GarbageCollectedFinalized>::value;
134 template<typename T, bool = WTF::IsSubclassOfTemplate<typename WTF::RemoveConst<T>::Type, GarbageCollected>::value> class NeedsAdjustAndMark;
147 static const bool value = WTF::IsSubclass<typename WTF::RemoveConst<T>::Type, GarbageCollectedMixin>::value;
597 typedef WTF::IsSubclassOfTemplate<typename WTF::RemoveConst<TYPE>::Type, blink::GarbageCollected> IsSubclassOfGarbageCollected; \
642 template<typename T, bool = WTF::IsSubclassOfTemplate<typename WTF::RemoveConst<T>::Type, GarbageCollected>::value> struct GetGarbageCollectedBase;
Handle.h 79 typedef typename WTF::RemoveConst<T>::Type NonConstType;
    [all...]
ThreadState.h 93 template<typename T, bool derivesNode = WTF::IsSubclass<typename WTF::RemoveConst<T>::Type, Node>::value> struct DefaultThreadingTrait;
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 751 struct RemoveConst { typedef T type; }; // NOLINT
753 struct RemoveConst<const T> { typedef T type; }; // NOLINT
759 struct RemoveConst<const T[N]> {
760 typedef typename RemoveConst<T>::type type[N];
768 struct RemoveConst<T[N]> {
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
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 719 struct RemoveConst { typedef T type; }; // NOLINT
721 struct RemoveConst<const T> { typedef T type; }; // NOLINT
727 struct RemoveConst<const T[N]> {
728 typedef typename RemoveConst<T>::type type[N];
736 struct RemoveConst<T[N]> {
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
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 708 struct RemoveConst { typedef T type; }; // NOLINT
710 struct RemoveConst<const T> { typedef T type; }; // NOLINT
716 struct RemoveConst<const T[N]> {
717 typedef typename RemoveConst<T>::type type[N];
725 struct RemoveConst<T[N]> {
726 typedef typename RemoveConst<T>::type type[N];
730 // A handy wrapper around RemoveConst that works when the argument
733 typename ::testing::internal::RemoveConst<T>::type
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.h 41 // RemoveConst<T>::Type
234 template <typename T> struct RemoveConst {
238 template <typename T> struct RemoveConst<const T> {
251 typedef typename RemoveVolatile<typename RemoveConst<T>::Type>::Type Type;
TypeTraits.cpp 130 COMPILE_ASSERT((IsSameType<bool, RemoveConst<const bool>::Type>::value), WTF_test_RemoveConst_const_bool);
131 COMPILE_ASSERT((!IsSameType<bool, RemoveConst<volatile bool>::Type>::value), WTF_test_RemoveConst_volatile_bool);
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 793 struct RemoveConst { typedef T type; }; // NOLINT
795 struct RemoveConst<const T> { typedef T type; }; // NOLINT
804 struct RemoveConst<const T[N]> {
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
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 822 struct RemoveConst { typedef T type; }; // NOLINT
824 struct RemoveConst<const T> { typedef T type; }; // NOLINT
833 struct RemoveConst<const T[N]> {
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
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 793 struct RemoveConst { typedef T type; }; // NOLINT
795 struct RemoveConst<const T> { typedef T type; }; // NOLINT
804 struct RemoveConst<const T[N]> {
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
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 271 using testing::internal::RemoveConst;
    [all...]
  /external/gtest/test/
gtest_unittest.cc 270 using testing::internal::RemoveConst;
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 270 using testing::internal::RemoveConst;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 903 milliseconds