Home
last modified time | relevance | path

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

123

/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/googletest/googlemock/test/
Dgmock-actions_test.cc53 using testing::ByRef;
1261 ByRef(s1); in TEST()
1266 ref_wrapper = ByRef(s2); in TEST()
1271 ByRef(s1); in TEST()
1283 const int& const_ref = ByRef(n); in TEST()
1292 int& ref = ByRef(n); in TEST()
1296 const int& const_ref = ByRef(n); in TEST()
1303 const int& r1 = ByRef<const int>(n); in TEST()
1310 Derived& r2 = ByRef<Derived>(d); in TEST()
1313 const Derived& r3 = ByRef<const Derived>(d); in TEST()
[all …]
Dgmock-generated-actions_test.cc56 using testing::ByRef;
274 InvokeArgument<0>(ByRef(g_double)); in TEST()
279 a = InvokeArgument<0>(ByRef(x)); // This calls ByRef() on a non-const. in TEST()
/external/v8/testing/gmock/test/
Dgmock-actions_test.cc53 using testing::ByRef;
1261 ByRef(s1); in TEST()
1266 ref_wrapper = ByRef(s2); in TEST()
1271 ByRef(s1); in TEST()
1283 const int& const_ref = ByRef(n); in TEST()
1292 int& ref = ByRef(n); in TEST()
1296 const int& const_ref = ByRef(n); in TEST()
1303 const int& r1 = ByRef<const int>(n); in TEST()
1310 Derived& r2 = ByRef<Derived>(d); in TEST()
1313 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/mesa3d/src/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
/external/vulkan-validation-layers/tests/gtest-1.7.0/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 argument
121 struct ByRef<T&> { typedef T& type; }; // NOLINT
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
/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/protobuf/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.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/libvpx/libvpx/third_party/googletest/src/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
/external/v8/testing/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
/external/googletest/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
/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/googletest/googlemock/docs/v1_5/
DCheatSheet.md181 doesn't have a public copy constructor, try wrap it in `ByRef()`,
182 e.g. `Eq(ByRef(non_copyable_value))`. If you do that, make sure
366 In `InvokeArgument<N>(...)`, if an argument needs to be passed by reference, wrap it inside `ByRef(…
368 InvokeArgument<2>(5, string("Hi"), ByRef(foo))
/external/googletest/googlemock/docs/v1_6/
DCheatSheet.md181 doesn't have a public copy constructor, try wrap it in `ByRef()`,
182 e.g. `Eq(ByRef(non_copyable_value))`. If you do that, make sure
375 In `InvokeArgument<N>(...)`, if an argument needs to be passed by reference, wrap it inside `ByRef(…
377 InvokeArgument<2>(5, string("Hi"), ByRef(foo))
/external/googletest/googlemock/docs/
DCheatSheet.md186 doesn't have a public copy constructor, try wrap it in `ByRef()`,
187 e.g. `Eq(ByRef(non_copyable_value))`. If you do that, make sure
403 In `InvokeArgument<N>(...)`, if an argument needs to be passed by reference, wrap it inside `ByRef(…
405 InvokeArgument<2>(5, string("Hi"), ByRef(foo))
/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
/external/googletest/googlemock/docs/v1_7/
DCheatSheet.md181 doesn't have a public copy constructor, try wrap it in `ByRef()`,
182 e.g. `Eq(ByRef(non_copyable_value))`. If you do that, make sure
397 In `InvokeArgument<N>(...)`, if an argument needs to be passed by reference, wrap it inside `ByRef(…
399 InvokeArgument<2>(5, string("Hi"), ByRef(foo))
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h117 struct ByRef { typedef const T& type; }; // NOLINT struct
119 struct ByRef<T&> { typedef T& type; }; // NOLINT
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type

123