Home
last modified time | relevance | path

Searched refs:ByRef (Results 1 – 25 of 37) sorted by relevance

12

/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc59 using testing::ByRef;
1231 ByRef(s1); in TEST()
1236 ref_wrapper = ByRef(s2); in TEST()
1241 ByRef(s1); in TEST()
1253 const int& const_ref = ByRef(n); in TEST()
1262 int& ref = ByRef(n); in TEST()
1266 const int& const_ref = ByRef(n); in TEST()
1273 const int& r1 = ByRef<const int>(n); in TEST()
1280 Derived& r2 = ByRef<Derived>(d); in TEST()
1283 const Derived& r3 = ByRef<const Derived>(d); in TEST()
[all …]
Dgmock-generated-actions_test.cc56 using testing::ByRef;
275 InvokeArgument<0>(ByRef(g_double)); in TEST()
280 a = InvokeArgument<0>(ByRef(x)); // This calls ByRef() on a non-const. in TEST()
/external/zlib/src/old/
Dvisual-basic.txt86 Private Declare Function lngfncCpr Lib "zlib.dll" Alias "compress2" (ByRef
87 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long,
89 Private Declare Function lngfncUcp Lib "zlib.dll" Alias "uncompress" (ByRef
90 dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long)
/external/libchrome/mojo/core/
Dhandle_table_unittest.cc22 using testing::ByRef;
49 EXPECT_THAT(mad->entries(), Contains(Eq(ByRef(expected)))); in CheckNameAndValue()
/external/googletest/googlemock/test/
Dgmock-actions_test.cc62 using testing::ByRef;
1173 auto ref_wrapper = ByRef(s1); in TEST()
1178 ref_wrapper = ByRef(s2); in TEST()
1182 auto ref_wrapper1 = ByRef(s1); in TEST()
1194 const int& const_ref = ByRef(n); in TEST()
1203 int& ref = ByRef(n); in TEST()
1207 const int& const_ref = ByRef(n); in TEST()
1214 const int& r1 = ByRef<const int>(n); in TEST()
1221 Derived& r2 = ByRef<Derived>(d); in TEST()
1224 const Derived& r3 = ByRef<const Derived>(d); in TEST()
[all …]
Dgmock-generated-actions_test.cc52 using testing::ByRef;
245 InvokeArgument<0>(ByRef(g_double)); in TEST()
250 a = InvokeArgument<0>(ByRef(x)); // This calls ByRef() on a non-const. in TEST()
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-tuple.h.pump91 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
93 struct ByRef { typedef const T& type; }; // NOLINT
95 struct ByRef<T&> { typedef T& type; }; // NOLINT
97 // A handy wrapper for ByRef.
98 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
Dgtest-tuple.h119 struct ByRef { typedef const T& type; }; // NOLINT struct
121 struct ByRef<T&> { typedef T& type; }; // NOLINT
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-tuple.h.pump99 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
101 struct ByRef { typedef const T& type; }; // NOLINT
103 struct ByRef<T&> { typedef T& type; }; // NOLINT
105 // A handy wrapper for ByRef.
106 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
Dgtest-tuple.h127 struct ByRef { typedef const T& type; }; // NOLINT argument
129 struct ByRef<T&> { typedef T& type; }; // NOLINT
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-tuple.h.pump99 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
101 struct ByRef { typedef const T& type; }; // NOLINT
103 struct ByRef<T&> { typedef T& type; }; // NOLINT
105 // A handy wrapper for ByRef.
106 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
Dgtest-tuple.h127 struct ByRef { typedef const T& type; }; // NOLINT argument
129 struct ByRef<T&> { typedef T& type; }; // NOLINT
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-tuple.h.pump100 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
102 struct ByRef { typedef const T& type; }; // NOLINT
104 struct ByRef<T&> { typedef T& type; }; // NOLINT
106 // A handy wrapper for ByRef.
107 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
Dgtest-tuple.h128 struct ByRef { typedef const T& type; }; // NOLINT struct
130 struct ByRef<T&> { typedef T& type; }; // NOLINT
133 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
/external/clang/lib/CodeGen/
DABIInfo.h116 getNaturalAlignIndirect(QualType Ty, bool ByRef = true,
/external/clang/include/clang/Sema/
DScopeInfo.h451 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument
456 Cpy, !Var ? Cap_VLA : Block ? Cap_Block : ByRef ? Cap_ByRef in Capture()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h.pump96 // ByRef(a2) instead of a2 in the above expression.
763 // pass an argument by reference, wrap it inside ByRef(). For
766 // InvokeArgument<1>(5, string("Hello"), ByRef(foo))
771 // 2. If the callable takes an argument by reference but ByRef() is
Dgmock-actions.h1072 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT in ByRef() function
/external/googletest/googlemock/docs/
DCheatSheet.md191 doesn't have a public copy constructor, try wrap it in `ByRef()`,
192 e.g. `Eq(ByRef(non_copyable_value))`. If you do that, make sure
425 In `InvokeArgument<N>(...)`, if an argument needs to be passed by reference, wrap it inside `ByRef(…
427 InvokeArgument<2>(5, string("Hi"), ByRef(foo))
DCookBook.md995 using ::testing::ByRef;
999 EXPECT_CALL(mock_obj, Foo(Eq(ByRef(bar))));
1002 EXPECT_CALL(mock_obj, Foo(Lt(ByRef(bar))));
1532 You may be tempted to try `ByRef()`:
1535 using testing::ByRef;
1546 .WillRepeatedly(Return(ByRef(x)));
1563 some temporary objects.) As a result, `ByRef(x)` is converted to an
1565 and `Return(ByRef(x))` will always return 0.
1951 wrap it inside `ByRef()`:
1958 using ::testing::ByRef;
[all …]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h117 struct ByRef { typedef const T& type; }; // NOLINT argument
119 struct ByRef<T&> { typedef T& type; }; // NOLINT
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
/external/googletest/googlemock/include/gmock/
Dgmock-generated-actions.h.pump537 // pass an argument by reference, wrap it inside ByRef(). For
540 // InvokeArgument<1>(5, string("Hello"), ByRef(foo))
545 // 2. If the callable takes an argument by reference but ByRef() is
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h127 struct ByRef { typedef const T& type; }; // NOLINT argument
129 struct ByRef<T&> { typedef T& type; }; // NOLINT
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h117 struct ByRef { typedef const T& type; }; // NOLINT argument
119 struct ByRef<T&> { typedef T& type; }; // NOLINT
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
/external/clang/lib/Sema/
DSemaLambda.cpp706 bool ByRef, in buildLambdaInitCaptureInitialization() argument
715 if (ByRef) { in buildLambdaInitCaptureInitialization()

12