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

1 2

  /external/chromium/third_party/libjingle/source/talk/base/
opensslidentity.h 53 AddReference();
63 void AddReference();
82 AddReference();
94 void AddReference();
opensslidentity.cc 169 void OpenSSLKeyPair::AddReference() {
247 void OpenSSLCertificate::AddReference() {
stream.h 671 void AddReference() {
stream.cc 1018 stream_ref_count_->AddReference();
  /external/chromium_org/third_party/libjingle/source/talk/base/
opensslidentity.h 57 AddReference();
64 void AddReference();
82 AddReference();
106 void AddReference() const;
opensslidentity.cc 179 void OpenSSLKeyPair::AddReference() {
281 void OpenSSLCertificate::AddReference() const {
stream.h 758 void AddReference() {
stream.cc 1176 stream_ref_count_->AddReference();
    [all...]
  /art/runtime/gc/accounting/
mod_union_table-inl.h 33 bool AddReference(const mirror::Object* /* obj */, const mirror::Object* ref) {
52 bool AddReference(const mirror::Object* /* obj */, const mirror::Object* ref) {
mod_union_table.h 111 virtual bool AddReference(const mirror::Object* obj, const mirror::Object* ref) = 0;
mod_union_table.cc 105 if (ref != NULL && mod_union_table_->AddReference(obj, ref)) {
150 if (ref != NULL && mod_union_table_->AddReference(obj, ref) &&
  /external/chromium_org/webkit/browser/fileapi/
isolated_context_unittest.cc 60 IsolatedContext::GetInstance()->AddReference(id_);
135 isolated_context()->AddReference(id4);
145 isolated_context()->AddReference(id5);
146 isolated_context()->AddReference(id5);
147 isolated_context()->AddReference(id5);
isolated_context.h 126 void AddReference(const std::string& filesystem_id);
isolated_context.cc 372 void IsolatedContext::AddReference(const std::string& filesystem_id) {
isolated_file_util_unittest.cc 109 isolated_context()->AddReference(filesystem_id_);
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 815 struct AddReference { typedef T& type; }; // NOLINT
817 struct AddReference<T&> { typedef T& type; }; // NOLINT
819 // A handy wrapper around AddReference that works when the argument T
822 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 767 struct AddReference { typedef T& type; }; // NOLINT
769 struct AddReference<T&> { typedef T& type; }; // NOLINT
771 // A handy wrapper around AddReference that works when the argument T
774 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 850 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...]
  /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/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util_unittest.cc 144 isolated_context()->AddReference(filesystem_id_);
  /external/chromium_org/content/browser/
child_process_security_policy_impl.cc 128 fileapi::IsolatedContext::GetInstance()->AddReference(filesystem_id);
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 146 using testing::internal::AddReference;
    [all...]

Completed in 1173 milliseconds

1 2