Searched refs:AddReference (Results 1 - 21 of 21) sorted by relevance

/external/webrtc/webrtc/base/
H A Dopensslidentity.h44 void AddReference();
57 AddReference();
93 void AddReference() const;
H A Dopensslidentity.cc178 AddReference();
182 void OpenSSLKeyPair::AddReference() { function in class:rtc::OpenSSLKeyPair
368 void OpenSSLCertificate::AddReference() const { function in class:rtc::OpenSSLCertificate
H A Dstream.h654 void AddReference() { function in class:rtc::StreamReference::StreamRefCount
H A Dstream.cc1050 stream_ref_count_->AddReference();
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h754 struct AddReference { typedef T& type; }; // NOLINT struct in namespace:testing::internal
756 struct AddReference<T&> { typedef T& type; }; // NOLINT struct in namespace:testing::internal
758 // A handy wrapper around AddReference that works when the argument T
761 typename ::testing::internal::AddReference<T>::type
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h830 struct AddReference { typedef T& type; }; // NOLINT struct in namespace:testing::internal
832 struct AddReference<T&> { typedef T& type; }; // NOLINT struct in namespace:testing::internal
834 // A handy wrapper around AddReference that works when the argument T
837 typename ::testing::internal::AddReference<T>::type
863 static typename AddReference<From>::type MakeFrom();
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h830 struct AddReference { typedef T& type; }; // NOLINT struct in namespace:testing::internal
832 struct AddReference<T&> { typedef T& type; }; // NOLINT struct in namespace:testing::internal
834 // A handy wrapper around AddReference that works when the argument T
837 typename ::testing::internal::AddReference<T>::type
863 static typename AddReference<From>::type MakeFrom();
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h830 struct AddReference { typedef T& type; }; // NOLINT struct in namespace:testing::internal
832 struct AddReference<T&> { typedef T& type; }; // NOLINT struct in namespace:testing::internal
834 // A handy wrapper around AddReference that works when the argument T
837 typename ::testing::internal::AddReference<T>::type
863 static typename AddReference<From>::type MakeFrom();
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h828 struct AddReference { typedef T& type; }; // NOLINT struct in namespace:testing::internal
830 struct AddReference<T&> { typedef T& type; }; // NOLINT struct in namespace:testing::internal
832 // A handy wrapper around AddReference that works when the argument T
835 typename ::testing::internal::AddReference<T>::type
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h851 struct AddReference { typedef T& type; }; // NOLINT struct in namespace:testing::internal
853 struct AddReference<T&> { typedef T& type; }; // NOLINT struct in namespace:testing::internal
855 // A handy wrapper around AddReference that works when the argument T
858 typename ::testing::internal::AddReference<T>::type
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h822 struct AddReference { typedef T& type; }; // NOLINT struct in namespace:testing::internal
824 struct AddReference<T&> { typedef T& type; }; // NOLINT struct in namespace:testing::internal
826 // A handy wrapper around AddReference that works when the argument T
829 typename ::testing::internal::AddReference<T>::type
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h842 struct AddReference { typedef T& type; }; // NOLINT struct in namespace:testing::internal
844 struct AddReference<T&> { typedef T& type; }; // NOLINT struct in namespace:testing::internal
846 // A handy wrapper around AddReference that works when the argument T
849 typename ::testing::internal::AddReference<T>::type
/external/googletest/googletest/include/gtest/
H A Dgtest-printers.h881 static typename AddReference<
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest-printers.h881 static typename AddReference<
/external/v8/testing/gtest/include/gtest/
H A Dgtest-printers.h881 static typename AddReference<
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc148 using testing::internal::AddReference;
7301 // Tests that AddReference does not affect reference types.
7303 CompileAssertTypesEqual<int&, AddReference<int&>::type>();
7304 CompileAssertTypesEqual<const char&, AddReference<const char&>::type>();
7307 // Tests that AddReference adds reference to non-reference types.
7309 CompileAssertTypesEqual<int&, AddReference<int>::type>();
7310 CompileAssertTypesEqual<const char&, AddReference<const char>::type>();
/external/googletest/googletest/test/
H A Dgtest_unittest.cc237 using testing::internal::AddReference;
7442 // Tests that AddReference does not affect reference types.
7444 CompileAssertTypesEqual<int&, AddReference<int&>::type>();
7445 CompileAssertTypesEqual<const char&, AddReference<const char&>::type>();
7448 // Tests that AddReference adds reference to non-reference types.
7450 CompileAssertTypesEqual<int&, AddReference<int>::type>();
7451 CompileAssertTypesEqual<const char&, AddReference<const char>::type>();
/external/v8/testing/gtest/test/
H A Dgtest_unittest.cc237 using testing::internal::AddReference;
7442 // Tests that AddReference does not affect reference types.
7444 CompileAssertTypesEqual<int&, AddReference<int&>::type>();
7445 CompileAssertTypesEqual<const char&, AddReference<const char&>::type>();
7448 // Tests that AddReference adds reference to non-reference types.
7450 CompileAssertTypesEqual<int&, AddReference<int>::type>();
7451 CompileAssertTypesEqual<const char&, AddReference<const char>::type>();
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_unittest.cc237 using testing::internal::AddReference;
7159 // Tests that AddReference does not affect reference types.
7161 CompileAssertTypesEqual<int&, AddReference<int&>::type>();
7162 CompileAssertTypesEqual<const char&, AddReference<const char&>::type>();
7165 // Tests that AddReference adds reference to non-reference types.
7167 CompileAssertTypesEqual<int&, AddReference<int>::type>();
7168 CompileAssertTypesEqual<const char&, AddReference<const char>::type>();
/external/fmtlib/test/gtest/
H A Dgtest.h7714 struct AddReference { typedef T& type; }; // NOLINT struct in namespace:testing::internal
7716 struct AddReference<T&> { typedef T& type; }; // NOLINT struct in namespace:testing::internal
7718 // A handy wrapper around AddReference that works when the argument T
7721 typename ::testing::internal::AddReference<T>::type
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7715 struct AddReference { typedef T& type; }; // NOLINT struct in namespace:testing::internal
7717 struct AddReference<T&> { typedef T& type; }; // NOLINT struct in namespace:testing::internal
7719 // A handy wrapper around AddReference that works when the argument T
7722 typename ::testing::internal::AddReference<T>::type

Completed in 895 milliseconds