/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 119 struct ByRef { typedef const T& type; }; // NOLINT argument
|
/external/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 119 struct ByRef { typedef const T& type; }; // NOLINT argument
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 117 struct ByRef { typedef const T& type; }; // NOLINT struct
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 117 struct ByRef { typedef const T& type; }; // NOLINT argument
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-tuple.h | 119 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 argument
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest.h | 628 struct ByRef { typedef const T& type; }; // NOLINT struct
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest.h | 760 struct ByRef { typedef const T& type; }; // NOLINT argument
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 760 struct ByRef { typedef const T& type; }; // NOLINT struct
|
/external/gmock/include/gmock/ |
D | gmock-actions.h | 1072 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT in ByRef() function
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-actions.h | 1072 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT in ByRef() function
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 431 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture()
|
D | Sema.h | 5008 SourceLocation Loc, bool ByRef, IdentifierInfo *Id, in actOnLambdaInitCaptureInitialization()
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 703 bool ByRef, in buildLambdaInitCaptureInitialization()
|
D | SemaExpr.cpp | 12746 bool ByRef = false; in captureInBlock() local 12839 bool ByRef = true; in captureInCapturedRegion() local 12914 bool ByRef = false; in captureInLambda() local
|
D | SemaDecl.cpp | 10805 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo() local
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 77 ABIInfo::getNaturalAlignIndirect(QualType Ty, bool ByRef, bool Realign, in getNaturalAlignIndirect()
|