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

  /external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.h 38 // RemoveReference<T>::Type
260 template <typename T> struct RemoveReference {
264 template <typename T> struct RemoveReference<T&> {
  /external/chromium_org/webkit/browser/fileapi/
isolated_context.cc 386 void IsolatedContext::RemoveReference(const std::string& filesystem_id) {
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 706 struct RemoveReference { typedef T type; }; // NOLINT
708 struct RemoveReference<T&> { typedef T type; }; // NOLINT
710 // A handy wrapper around RemoveReference that works when the argument
713 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 706 struct RemoveReference { typedef T type; }; // NOLINT
708 struct RemoveReference<T&> { typedef T type; }; // NOLINT
710 // A handy wrapper around RemoveReference that works when the argument
713 typename ::testing::internal::RemoveReference<T>::type
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 809 struct RemoveReference { typedef T type; }; // NOLINT
811 struct RemoveReference<T&> { typedef T type; }; // NOLINT
813 // A handy wrapper around RemoveReference that works when the argument
816 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/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 378 milliseconds