Home
last modified time | relevance | path

Searched defs:ByRef (Results 1 – 15 of 15) sorted by relevance

/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dmake_shared_move_emulation_test.cpp39 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/
Dgtest-tuple.h127 struct ByRef { typedef const T& type; }; // NOLINT argument
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h117 struct ByRef { typedef const T& type; }; // NOLINT struct
/external/gmmlib/Source/GmmLib/ULT/googletest/gtest/
Dgtest.h764 struct ByRef { typedef const T& type; }; // NOLINT argument
/external/sdv/vsomeip/third_party/boost/proto/test/
Dmake_expr.cpp272 struct ByRef struct
/external/rust/android-crates-io/crates/winnow/src/combinator/
Dimpls.rs20 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/
Dtest_std.rs307 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/
Dtest_std.rs307 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/
Dtest_std.rs365 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/
DScopeInfo.h451 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture()
DSema.h5126 SourceLocation Loc, bool ByRef, IdentifierInfo *Id, in actOnLambdaInitCaptureInitialization()
/external/clang/lib/Sema/
DSemaLambda.cpp706 bool ByRef, in buildLambdaInitCaptureInitialization()
DSemaExpr.cpp13295 bool ByRef = false; in captureInBlock() local
13388 bool ByRef = true; in captureInCapturedRegion() local
13463 bool ByRef = false; in captureInLambda() local
DSemaDecl.cpp11214 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp78 ABIInfo::getNaturalAlignIndirect(QualType Ty, bool ByRef, bool Realign, in getNaturalAlignIndirect()