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

/external/chromium_org/third_party/webrtc/base/
H A Dopensslidentity.cc154 void OpenSSLKeyPair::AddReference() { function in class:rtc::OpenSSLKeyPair
289 void OpenSSLCertificate::AddReference() const { function in class:rtc::OpenSSLCertificate
H A Dstream.h771 void AddReference() { function in class:rtc::StreamReference::StreamRefCount
/external/chromium_org/storage/browser/fileapi/
H A Disolated_context.cc380 void IsolatedContext::AddReference(const std::string& filesystem_id) { function in class:storage::IsolatedContext
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h389 void AddReference(CPDF_IndirectObjects* pDoc, FX_DWORD objnum);
391 void AddReference(CPDF_IndirectObjects* pDoc, CPDF_Object* obj) function in class:CPDF_Array
393 AddReference(pDoc, obj->GetObjNum());
501 void AddReference(FX_BSTR key, CPDF_IndirectObjects* pDoc, FX_DWORD objnum);
503 void AddReference(FX_BSTR key, CPDF_IndirectObjects* pDoc, CPDF_Object* obj) function in class:CPDF_Dictionary
505 AddReference(key, pDoc, obj->GetObjNum());
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h786 struct AddReference { typedef T& type; }; // NOLINT struct in namespace:testing::internal
788 struct AddReference<T&> { typedef T& type; }; // NOLINT struct in namespace:testing::internal
790 // A handy wrapper around AddReference that works when the argument T
793 typename ::testing::internal::AddReference<T>::type
819 static typename AddReference<From>::type MakeFrom();
/external/chromium_org/third_party/mesa/src/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/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.cpp583 void CPDF_Array::AddReference(CPDF_IndirectObjects* pDoc, FX_DWORD objnum) function in class:CPDF_Array
885 void CPDF_Dictionary::AddReference(FX_BSTR key, CPDF_IndirectObjects* pDoc, FX_DWORD objnum) function in class:CPDF_Dictionary
/external/chromium_org/third_party/libvpx/source/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/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

Completed in 436 milliseconds