Searched defs:AddReference (Results 1 - 12 of 12) sorted by relevance

/external/webrtc/webrtc/base/
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
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h316 void AddReference(CPDF_IndirectObjectHolder* pDoc, FX_DWORD objnum);
318 void AddReference(CPDF_IndirectObjectHolder* pDoc, CPDF_Object* obj) { function in class:CPDF_Array
319 AddReference(pDoc, obj->GetObjNum());
409 void AddReference(const CFX_ByteStringC& key,
/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/gtest/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/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/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp565 void CPDF_Array::AddReference(CPDF_IndirectObjectHolder* pDoc, function in class:CPDF_Array
778 void CPDF_Dictionary::AddReference(const CFX_ByteStringC& key, function in class:CPDF_Dictionary
/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/libvpx/libvpx/third_party/googletest/src/include/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/opencv3/modules/ts/include/opencv2/ts/
H A Dts_gtest.h7775 struct AddReference { typedef T& type; }; // NOLINT struct in namespace:testing::internal
7777 struct AddReference<T&> { typedef T& type; }; // NOLINT struct in namespace:testing::internal
7779 // A handy wrapper around AddReference that works when the argument T
7782 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 703 milliseconds