Searched refs:RemoveReference (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Disolated_context.h133 void RemoveReference(const std::string& filesystem_id);
H A Disolated_context.cc386 void IsolatedContext::RemoveReference(const std::string& filesystem_id) { function in class:storage::IsolatedContext
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTypeTraits.cpp146 COMPILE_ASSERT((IsSameType<int, RemoveReference<int>::Type>::value), WTF_Test_RemoveReference_int);
147 COMPILE_ASSERT((IsSameType<int, RemoveReference<int&>::Type>::value), WTF_Test_RemoveReference_int_reference);
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/content/browser/fileapi/
H A Disolated_context_unittest.cc72 IsolatedContext::GetInstance()->RemoveReference(id_);
124 isolated_context()->RemoveReference(id_);
148 isolated_context()->RemoveReference(id4);
H A Ddragged_file_util_unittest.cc117 isolated_context()->RemoveReference(filesystem_id_);
/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/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/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/chrome/browser/media_galleries/fileapi/
H A Dnative_media_file_util_unittest.cc147 isolated_context()->RemoveReference(filesystem_id_);
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_impl.cc84 isolated_context->RemoveReference(iter->first);
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc272 using testing::internal::RemoveReference;
7202 // Tests that RemoveReference does not affect non-reference types.
7204 CompileAssertTypesEqual<int, RemoveReference<int>::type>();
7205 CompileAssertTypesEqual<const char, RemoveReference<const char>::type>();
7208 // Tests that RemoveReference removes reference from reference types.
7210 CompileAssertTypesEqual<int, RemoveReference<int&>::type>();
7211 CompileAssertTypesEqual<const char, RemoveReference<const char&>::type>();
/external/gtest/test/
H A Dgtest_unittest.cc271 using testing::internal::RemoveReference;
7093 // Tests that RemoveReference does not affect non-reference types.
7095 CompileAssertTypesEqual<int, RemoveReference<int>::type>();
7096 CompileAssertTypesEqual<const char, RemoveReference<const char>::type>();
7099 // Tests that RemoveReference removes reference from reference types.
7101 CompileAssertTypesEqual<int, RemoveReference<int&>::type>();
7102 CompileAssertTypesEqual<const char, RemoveReference<const char&>::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 2383 milliseconds