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

/external/chromium_org/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/chromium_org/third_party/mesa/src/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/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/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.h114 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
116 struct ByRef { typedef const T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
118 struct ByRef<T&> { typedef T& type; }; // NOLINT struct in namespace:std::tr1::gtest_internal
120 // A handy wrapper for ByRef.
121 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
/external/clang/include/clang/Sema/
H A DScopeInfo.h397 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, argument
402 ByRef ? Cap_ByRef : Cap_ByCopy),
/external/clang/lib/Sema/
H A DSemaLambda.cpp697 bool ByRef,
713 if (ByRef) {
1614 BlockDecl::Capture Capture(/*Variable=*/CapVar, /*ByRef=*/false,
696 performLambdaInitCaptureInitialization(SourceLocation Loc, bool ByRef, IdentifierInfo *Id, Expr *&Init) argument
H A DSemaDecl.cpp9835 const bool ByRef = C.getCaptureKind() == LCK_ByRef; local
9836 LSI->addCapture(VD, /*IsBlock*/false, ByRef,
H A DSemaExpr.cpp11723 bool ByRef = false; local
11749 ByRef = true;
11797 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc,
11816 bool ByRef = true; local
11842 RSI->addCapture(Var, /*isBlock*/false, ByRef, RefersToEnclosingLocal, Loc,
11986 bool ByRef = false; local
11988 ByRef = (Kind == Sema::TryCapture_ExplicitByRef);
11990 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref);
11994 if (ByRef) {
12059 if (ByRef)
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/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/libvpx/libvpx/third_party/googletest/src/include/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

Completed in 408 milliseconds