Home
last modified time | relevance | path

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

/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-tuple.h117 struct ByRef { typedef const T& type; }; // NOLINT struct
/external/gtest/include/gtest/internal/
Dgtest-tuple.h119 struct ByRef { typedef const T& type; }; // NOLINT argument
/external/protobuf/gtest/include/gtest/internal/
Dgtest-tuple.h116 struct ByRef { typedef const T& type; }; // NOLINT argument
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
Dgtest-tuple.h117 struct ByRef { typedef const T& type; }; // NOLINT struct
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h117 struct ByRef { typedef const T& type; }; // NOLINT struct
/external/chromium_org/testing/gtest/include/gtest/internal/
Dgtest-tuple.h127 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 argument
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h760 struct ByRef { typedef const T& type; }; // NOLINT struct
/external/clang/include/clang/Sema/
DScopeInfo.h397 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture()
/external/clang/lib/Sema/
DSemaLambda.cpp697 bool ByRef, in performLambdaInitCaptureInitialization()
DSemaExpr.cpp11723 bool ByRef = false; in captureInBlock() local
11816 bool ByRef = true; in captureInCapturedRegion() local
11986 bool ByRef = false; in captureInLambda() local
DSemaDecl.cpp9835 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo() local