Home
last modified time | relevance | path

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

/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h117 struct ByRef { typedef const T& type; }; // NOLINT argument
/external/gtest/include/gtest/internal/
Dgtest-tuple.h119 struct ByRef { typedef const T& type; }; // NOLINT struct
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-tuple.h117 struct ByRef { typedef const T& type; }; // NOLINT struct
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-tuple.h119 struct ByRef { typedef const T& type; }; // NOLINT struct
/external/protobuf/gtest/include/gtest/internal/
Dgtest-tuple.h117 struct ByRef { typedef const T& type; }; // NOLINT struct
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h628 struct ByRef { typedef const T& type; }; // NOLINT argument
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h760 struct ByRef { typedef const T& type; }; // NOLINT struct
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h1072 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT in ByRef() function
/external/clang/include/clang/Sema/
DScopeInfo.h414 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture()
/external/clang/lib/Sema/
DSemaLambda.cpp702 bool ByRef, in performLambdaInitCaptureInitialization()
DSemaExpr.cpp12410 bool ByRef = false; in captureInBlock() local
12503 bool ByRef = true; in captureInCapturedRegion() local
12673 bool ByRef = false; in captureInLambda() local
DSemaDecl.cpp10326 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo() local