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

  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 59 using testing::ByRef;
    [all...]
gmock-generated-actions_test.cc 56 using testing::ByRef;
271 // Tests using InvokeArgument with ByRef() and a function that takes a
275 InvokeArgument<0>(ByRef(g_double));
276 // The above line calls ByRef() on a const value.
280 a = InvokeArgument<0>(ByRef(x)); // This calls ByRef() on a non-const.
    [all...]
gmock-matchers_test.cc 78 using testing::ByRef;
    [all...]
  /external/chromium/testing/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/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/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/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 114 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
116 struct ByRef { typedef const T& type; }; // NOLINT
118 struct ByRef<T&> { typedef T& type; }; // NOLINT
120 // A handy wrapper for ByRef.
121 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 842 // Allows the expression ByRef(x) to be printed as a reference to x.
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h 676 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
678 struct ByRef { typedef const T& type; }; // NOLINT
680 struct ByRef<T&> { typedef T& type; }; // NOLINT
682 // A handy wrapper for ByRef.
683 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
    [all...]

Completed in 449 milliseconds