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

  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-tuple.h 117 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
119 struct ByRef { typedef const T& type; }; // NOLINT
121 struct ByRef<T&> { typedef T& type; }; // NOLINT
123 // A handy wrapper for ByRef.
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/googletest/googletest/include/gtest/internal/
gtest-tuple.h 125 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
127 struct ByRef { typedef const T& type; }; // NOLINT
129 struct ByRef<T&> { typedef T& type; }; // NOLINT
131 // A handy wrapper for ByRef.
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-tuple.h 125 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
127 struct ByRef { typedef const T& type; }; // NOLINT
129 struct ByRef<T&> { typedef T& type; }; // NOLINT
131 // A handy wrapper for ByRef.
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 115 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
117 struct ByRef { typedef const T& type; }; // NOLINT
119 struct ByRef<T&> { typedef T& type; }; // NOLINT
121 // A handy wrapper for ByRef.
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-tuple.h 117 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
119 struct ByRef { typedef const T& type; }; // NOLINT
121 struct ByRef<T&> { typedef T& type; }; // NOLINT
123 // A handy wrapper for ByRef.
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 115 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
117 struct ByRef { typedef const T& type; }; // NOLINT
119 struct ByRef<T&> { typedef T& type; }; // NOLINT
121 // A handy wrapper for ByRef.
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 115 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
117 struct ByRef { typedef const T& type; }; // NOLINT
119 struct ByRef<T&> { typedef T& type; }; // NOLINT
121 // A handy wrapper for ByRef.
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/v8/testing/gtest/include/gtest/internal/
gtest-tuple.h 125 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
127 struct ByRef { typedef const T& type; }; // NOLINT
129 struct ByRef<T&> { typedef T& type; }; // NOLINT
131 // A handy wrapper for ByRef.
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-tuple.h 117 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
119 struct ByRef { typedef const T& type; }; // NOLINT
121 struct ByRef<T&> { typedef T& type; }; // NOLINT
123 // A handy wrapper for ByRef.
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-tuple.h 117 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
119 struct ByRef { typedef const T& type; }; // NOLINT
121 struct ByRef<T&> { typedef T& type; }; // NOLINT
123 // A handy wrapper for ByRef.
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-tuple.h 117 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
119 struct ByRef { typedef const T& type; }; // NOLINT
121 struct ByRef<T&> { typedef T& type; }; // NOLINT
123 // A handy wrapper for ByRef.
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 844 // Allows the expression ByRef(x) to be printed as a reference to x.
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-actions.h 962 // Allows the expression ByRef(x) to be printed as a reference to x.
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-actions.h 962 // Allows the expression ByRef(x) to be printed as a reference to x.
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 626 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
628 struct ByRef { typedef const T& type; }; // NOLINT
630 struct ByRef<T&> { typedef T& type; }; // NOLINT
632 // A handy wrapper for ByRef.
633 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 758 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
760 struct ByRef { typedef const T& type; }; // NOLINT
762 struct ByRef<T&> { typedef T& type; }; // NOLINT
764 // A handy wrapper for ByRef.
765 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 758 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
760 struct ByRef { typedef const T& type; }; // NOLINT
762 struct ByRef<T&> { typedef T& type; }; // NOLINT
764 // A handy wrapper for ByRef.
765 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 1469 milliseconds