Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-tuple.h128 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/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h127 struct ByRef { typedef const T& type; }; // NOLINT argument
/external/fmtlib/test/gtest/
Dgtest.h760 struct ByRef { typedef const T& type; }; // NOLINT argument
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h1071 struct ByRef { typedef const T& type; }; // NOLINT argument
/external/rust/crates/itertools/tests/
Dtest_std.rs253 struct ByRef<'r, I: ?Sized>(&'r mut I) ; in trait_pointers() struct
255 impl<'r, X, I: ?Sized> Iterator for ByRef<'r, I> where 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/llvm-project/clang/include/clang/Sema/
DScopeInfo.h576 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture()
DSema.h6464 SourceLocation Loc, bool ByRef, SourceLocation EllipsisLoc, 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/llvm-project/clang/lib/Sema/
DSemaLambda.cpp790 SourceLocation Loc, bool ByRef, SourceLocation EllipsisLoc, in buildLambdaInitCaptureInitialization()
DSemaExpr.cpp17186 bool ByRef = false; in captureInBlock() local
17260 bool ByRef = true; in captureInCapturedRegion() local
17304 bool ByRef = false; in captureInLambda() local
DSemaDecl.cpp13983 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()