HomeSort by relevance Sort by last modified time
    Searched defs:RemoveReference (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.h 49 // RemoveReference<T>::Type
201 template <typename T> struct RemoveReference {
205 template <typename T> struct RemoveReference<T&> {
222 typedef typename RemoveReference<T>::Type U;
  /external/chromium_org/webkit/browser/fileapi/
isolated_context.cc 378 void IsolatedContext::RemoveReference(const std::string& filesystem_id) {
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 774 struct RemoveReference { typedef T type; }; // NOLINT
776 struct RemoveReference<T&> { typedef T type; }; // NOLINT
778 // A handy wrapper around RemoveReference that works when the argument
781 typename ::testing::internal::RemoveReference<T>::type
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 719 struct RemoveReference { typedef T type; }; // NOLINT
721 struct RemoveReference<T&> { typedef T type; }; // NOLINT
723 // A handy wrapper around RemoveReference that works when the argument
726 typename ::testing::internal::RemoveReference<T>::type
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 780 struct RemoveReference { typedef T type; }; // NOLINT
782 struct RemoveReference<T&> { typedef T type; }; // NOLINT
784 // A handy wrapper around RemoveReference that works when the argument
787 typename ::testing::internal::RemoveReference<T>::type
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 780 struct RemoveReference { typedef T type; }; // NOLINT
782 struct RemoveReference<T&> { typedef T type; }; // NOLINT
784 // A handy wrapper around RemoveReference that works when the argument
787 typename ::testing::internal::RemoveReference<T>::type
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 808 struct RemoveReference { typedef T type; }; // NOLINT
810 struct RemoveReference<T&> { typedef T type; }; // NOLINT
812 // A handy wrapper around RemoveReference that works when the argument
815 typename ::testing::internal::RemoveReference<T>::type
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 780 struct RemoveReference { typedef T type; }; // NOLINT
782 struct RemoveReference<T&> { typedef T type; }; // NOLINT
784 // A handy wrapper around RemoveReference that works when the argument
787 typename ::testing::internal::RemoveReference<T>::type
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 695 struct RemoveReference { typedef T type; }; // NOLINT
697 struct RemoveReference<T&> { typedef T type; }; // NOLINT
699 // A handy wrapper around RemoveReference that works when the argument
702 typename ::testing::internal::RemoveReference<T>::type
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 357 milliseconds