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

  /frameworks/base/tools/aapt2/test/
Builders.h 55 ResourceTableBuilder& AddReference(const android::StringPiece& name,
57 return AddReference(name, {}, ref);
60 ResourceTableBuilder& AddReference(const android::StringPiece& name, const ResourceId& id,
  /external/webrtc/webrtc/base/
opensslidentity.cc 178 AddReference();
182 void OpenSSLKeyPair::AddReference() {
368 void OpenSSLCertificate::AddReference() const {
stream.h 654 void AddReference() {
  /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/googletest/googletest/include/gtest/internal/
gtest-internal.h 830 struct AddReference { typedef T& type; }; // NOLINT
832 struct AddReference<T&> { typedef T& type; }; // NOLINT
834 // A handy wrapper around AddReference that works when the argument T
837 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 830 struct AddReference { typedef T& type; }; // NOLINT
832 struct AddReference<T&> { typedef T& type; }; // NOLINT
834 // A handy wrapper around AddReference that works when the argument T
837 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/swiftshader/third_party/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...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 830 struct AddReference { typedef T& type; }; // NOLINT
832 struct AddReference<T&> { typedef T& type; }; // NOLINT
834 // A handy wrapper around AddReference that works when the argument T
837 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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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/fmtlib/test/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]

Completed in 1176 milliseconds