/external/sdv/vsomeip/third_party/boost/smart_ptr/test/ |
D | make_shared_move_emulation_test.cpp | 39 class ByRef class 48 ByRef(BOOST_RV_REF(movearg)): constructed_by_(move_constructor) in ByRef() function in ByRef 50 ByRef(const movearg &arg): constructed_by_(const_ref_constructor) in ByRef() function in ByRef
|
/external/libva-utils/test/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 127 struct ByRef { typedef const T& type; }; // NOLINT argument
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-tuple.h | 117 struct ByRef { typedef const T& type; }; // NOLINT struct
|
/external/gmmlib/Source/GmmLib/ULT/googletest/gtest/ |
D | gtest.h | 764 struct ByRef { typedef const T& type; }; // NOLINT argument
|
/external/sdv/vsomeip/third_party/boost/proto/test/ |
D | make_expr.cpp | 272 struct ByRef struct
|
/external/rust/android-crates-io/crates/winnow/src/combinator/ |
D | impls.rs | 20 pub struct ByRef<'p, P> { struct 24 impl<I, O, E, P> Parser<I, O, E> for ByRef<'_, P> implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/ |
D | test_std.rs | 307 struct ByRef<'r, I: ?Sized>(&'r mut I) ; in trait_pointers() struct 309 impl<'r, X, I: ?Sized> Iterator for ByRef<'r, I> where in trait_pointers() implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/ |
D | test_std.rs | 307 struct ByRef<'r, I: ?Sized>(&'r mut I) ; in trait_pointers() struct 309 impl<'r, X, I: ?Sized> Iterator for ByRef<'r, I> where in trait_pointers() implementation
|
/external/rust/android-crates-io/crates/itertools/tests/ |
D | test_std.rs | 365 struct ByRef<'r, I: ?Sized>(&'r mut I); in trait_pointers() struct 367 impl<'r, X, I> Iterator for ByRef<'r, I> in trait_pointers() implementation
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 451 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture()
|
D | Sema.h | 5126 SourceLocation Loc, bool ByRef, IdentifierInfo *Id, in actOnLambdaInitCaptureInitialization()
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 706 bool ByRef, in buildLambdaInitCaptureInitialization()
|
D | SemaExpr.cpp | 13295 bool ByRef = false; in captureInBlock() local 13388 bool ByRef = true; in captureInCapturedRegion() local 13463 bool ByRef = false; in captureInLambda() local
|
D | SemaDecl.cpp | 11214 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo() local
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 78 ABIInfo::getNaturalAlignIndirect(QualType Ty, bool ByRef, bool Realign, in getNaturalAlignIndirect()
|