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

  /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/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/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 842 struct AddReference { typedef T& type; }; // NOLINT
844 struct AddReference<T&> { typedef T& type; }; // NOLINT
846 // A handy wrapper around AddReference that works when the argument T
    [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 274 milliseconds