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

  /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) {
  /external/chromium/third_party/libjingle/source/talk/base/
opensslidentity.cc 169 void OpenSSLKeyPair::AddReference() {
247 void OpenSSLCertificate::AddReference() {
stream.h 671 void AddReference() {
  /external/chromium_org/third_party/libjingle/source/talk/base/
opensslidentity.cc 179 void OpenSSLKeyPair::AddReference() {
281 void OpenSSLCertificate::AddReference() const {
stream.h 758 void AddReference() {
  /external/chromium_org/webkit/browser/fileapi/
isolated_context.cc 372 void IsolatedContext::AddReference(const std::string& 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/libvpx/libvpx/third_party/googletest/src/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...]

Completed in 484 milliseconds