Searched defs:ByRef (Results 1 - 23 of 23) sorted by relevance

/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-tuple.h117 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
119 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
121 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
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/
H A Dgtest-tuple.h125 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
127 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
129 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
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/
H A Dgtest-tuple.h125 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
127 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
129 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
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/
H A Dgtest-tuple.h115 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
117 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
119 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
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/
H A Dgtest-tuple.h115 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
117 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
119 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
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/
H A Dgtest-tuple.h115 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
117 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
119 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
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/
H A Dgtest-tuple.h115 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
117 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
119 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
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/
H A Dgtest-tuple.h125 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
127 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
129 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
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/
H A Dgtest-tuple.h117 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
119 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
121 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
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/
H A Dgmock-actions.h844 // Allows the expression ByRef(x) to be printed as a reference to x.
1066 // suppose 'derived' is an object of type Derived, ByRef(derived)
1070 // ByRef<const Base>(derived)
1072 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT function in namespace:testing
/external/googletest/googlemock/include/gmock/
H A Dgmock-actions.h962 // Allows the expression ByRef(x) to be printed as a reference to x.
1193 // suppose 'derived' is an object of type Derived, ByRef(derived)
1197 // ByRef<const Base>(derived)
1199 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT function in namespace:testing
/external/v8/testing/gmock/include/gmock/
H A Dgmock-actions.h962 // Allows the expression ByRef(x) to be printed as a reference to x.
1193 // suppose 'derived' is an object of type Derived, ByRef(derived)
1197 // ByRef<const Base>(derived)
1199 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT function in namespace:testing
/external/clang/include/clang/Sema/
H A DScopeInfo.h451 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, argument
456 Cpy, !Var ? Cap_VLA : Block ? Cap_Block : ByRef ? Cap_ByRef
H A DSema.h5126 SourceLocation Loc, bool ByRef, IdentifierInfo *Id,
5129 Loc, ByRef, Id, InitKind != LambdaCaptureInitKind::CopyInit, Init));
5131 QualType buildLambdaInitCaptureInitialization(SourceLocation Loc, bool ByRef,
5125 actOnLambdaInitCaptureInitialization( SourceLocation Loc, bool ByRef, IdentifierInfo *Id, LambdaCaptureInitKind InitKind, Expr *&Init) argument
/external/clang/lib/Sema/
H A DSemaLambda.cpp706 bool ByRef,
715 if (ByRef) {
1705 BlockDecl::Capture Capture(/*Variable=*/CapVar, /*ByRef=*/false,
705 buildLambdaInitCaptureInitialization(SourceLocation Loc, bool ByRef, IdentifierInfo *Id, bool IsDirectInit, Expr *&Init) argument
H A DSemaDecl.cpp11214 const bool ByRef = C.getCaptureKind() == LCK_ByRef; local
11215 LSI->addCapture(VD, /*IsBlock*/false, ByRef,
H A DSemaExpr.cpp13295 bool ByRef = false; local
13322 ByRef = true;
13370 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc,
13388 bool ByRef = true; local
13393 ByRef = S.IsOpenMPCapturedByRef(Var, RSI->OpenMPLevel);
13396 if (ByRef)
13424 RSI->addCapture(Var, /*isBlock*/false, ByRef, RefersToCapturedVariable, Loc,
13463 bool ByRef = false; local
13465 ByRef = (Kind == Sema::TryCapture_ExplicitByRef);
13467 ByRef
[all...]
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp78 ABIInfo::getNaturalAlignIndirect(QualType Ty, bool ByRef, bool Realign, argument
81 ByRef, Realign, Padding);
87 /*ByRef*/ false, Realign);
6821 return getNaturalAlignIndirect(Ty, /*ByRef=*/true);
/external/fmtlib/test/gmock/
H A Dgmock.h1753 // Allows the expression ByRef(x) to be printed as a reference to x.
1975 // suppose 'derived' is an object of type Derived, ByRef(derived)
1979 // ByRef<const Base>(derived)
1981 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT function in namespace:testing
2424 // ByRef(a2) instead of a2 in the above expression.
4370 // pass an argument by reference, wrap it inside ByRef(). For
4373 // InvokeArgument<1>(5, string("Hello"), ByRef(foo))
4378 // 2. If the callable takes an argument by reference but ByRef() is
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h626 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
628 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
630 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
632 // A handy wrapper for ByRef.
633 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
/external/fmtlib/test/gtest/
H A Dgtest.h758 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
760 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
762 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
764 // A handy wrapper for ByRef.
765 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h758 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
760 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
762 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
764 // A handy wrapper for ByRef.
765 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...

Completed in 1681 milliseconds