HomeSort by relevance Sort by last modified time
    Searched refs:AddReference (Results 1 - 25 of 25) sorted by null

  /external/webrtc/webrtc/base/
opensslidentity.h 44 void AddReference();
57 AddReference();
93 void AddReference() const;
opensslidentity.cc 178 AddReference();
182 void OpenSSLKeyPair::AddReference() {
368 void OpenSSLCertificate::AddReference() const {
stream.h 654 void AddReference() {
stream.cc 1050 stream_ref_count_->AddReference();
  /external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp 138 pContentArray->AddReference(pDoc, pEndStream);
146 pContentArray->AddReference(pDoc, pEndStream);
149 pContentArray->AddReference(pDoc, pStream->GetObjNum());
150 pContentArray->AddReference(pDoc, pDirectObj->GetObjNum());
151 pContentArray->AddReference(pDoc, pEndStream);
316 pContentArray->AddReference(pDoc, pStream->GetObjNum());
317 pContentArray->AddReference(pDoc, pDirectObj->GetObjNum());
fpdf_flatten.cpp 227 pContentsArray->AddReference(pDocument, dwObjNum);
248 pContentsArray->AddReference(pDocument, dwObjNum);
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 316 void AddReference(CPDF_IndirectObjectHolder* pDoc, FX_DWORD objnum);
318 void AddReference(CPDF_IndirectObjectHolder* pDoc, CPDF_Object* obj) {
319 AddReference(pDoc, obj->GetObjNum());
409 void AddReference(const CFX_ByteStringC& key,
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 828 struct AddReference { typedef T& type; }; // NOLINT
830 struct AddReference<T&> { typedef T& type; }; // NOLINT
832 // A handy wrapper around AddReference that works when the argument T
835 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 754 struct AddReference { typedef T& type; }; // NOLINT
756 struct AddReference<T&> { typedef T& type; }; // NOLINT
758 // A handy wrapper around AddReference that works when the argument T
761 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 851 struct AddReference { typedef T& type; }; // NOLINT
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 822 struct AddReference { typedef T& type; }; // NOLINT
824 struct AddReference<T&> { typedef T& type; }; // NOLINT
826 // A handy wrapper around AddReference that works when the argument T
829 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 754 struct AddReference { typedef T& type; }; // NOLINT
756 struct AddReference<T&> { typedef T& type; }; // NOLINT
758 // A handy wrapper around AddReference that works when the argument T
761 typename ::testing::internal::AddReference<T>::type
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 743 struct AddReference { typedef T& type; }; // NOLINT
745 struct AddReference<T&> { typedef T& type; }; // NOLINT
747 // A handy wrapper around AddReference that works when the argument T
750 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 79 pResList->AddReference(name, m_pDocument, pResourceObj->GetObjNum());
fpdf_edit_image.cpp 184 pCS->AddReference(m_pDocument, pCTS);
fpdf_edit_doc.cpp 404 pArray->AddReference(this, pFontDict);
755 pArray->AddReference(this, pFontDict);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 565 void CPDF_Array::AddReference(CPDF_IndirectObjectHolder* pDoc,
778 void CPDF_Dictionary::AddReference(const CFX_ByteStringC& key,
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 148 using testing::internal::AddReference;
    [all...]
  /external/gtest/test/
gtest_unittest.cc 237 using testing::internal::AddReference;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 237 using testing::internal::AddReference;
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 237 using testing::internal::AddReference;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1308 milliseconds