Searched refs:ConstRef (Results 1 – 10 of 10) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | array_internal.h | 47 using ConstRef = const T&; member 60 static ConstRef ToConstRef(const StorageType* storage, size_t offset) { in ToConstRef() 94 using ConstRef = bool; 264 using ConstRef = typename Traits::ConstRef; 355 ConstRef at(size_t offset) const {
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cholesky_grad.cc | 38 using ConstRef = Eigen::Ref<const Matrix>; typedef in tensorflow::CholeskyGrad 122 void CholeskyGradUnblocked(const ConstRef& l_block, Ref grad_block) { in CholeskyGradUnblocked()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | BinaryStreamTest.cpp | 279 BinaryStreamRef ConstRef(Stream); in TEST_F() local 280 EXPECT_EQ(0U, ConstRef.getLength()); in TEST_F() 286 EXPECT_EQ(2U, ConstRef.getLength()); in TEST_F() 296 BinaryStreamRef Dropped = ConstRef.drop_front(1); in TEST_F() 300 EXPECT_EQ(4U, ConstRef.getLength()); in TEST_F() 307 EXPECT_EQ(6U, ConstRef.getLength()); in TEST_F() 314 EXPECT_EQ(8U, ConstRef.getLength()); in TEST_F()
|
/external/libchrome/base/ |
D | bind_unittest.cc | 658 RepeatingCallback<int()> const_ref_cb = BindRepeating(&Identity, ConstRef(n)); in TEST_F() 671 BindRepeating(&GetCopies, ConstRef(counter)); in TEST_F() 683 OnceCallback<int()> const_ref_cb = BindOnce(&Identity, ConstRef(n)); in TEST_F() 694 BindOnce(&GetCopies, ConstRef(counter)); in TEST_F() 977 base::ConstRef(refptr), 1); in TYPED_TEST() 1456 auto const_ref = ConstRef(p); in TEST_F()
|
D | bind.h | 361 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) {
|
/external/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 115 bool ConstRef = false; // A sequence of refs to the same bit. in operator <<() local 127 ConstRef = (V.RefI.Pos == SV.RefI.Pos); in operator <<() 131 if (ConstRef && V.RefI.Pos == SV.RefI.Pos) in operator <<() 150 SeqRef = ConstRef = false; in operator <<()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 125 bool ConstRef = false; // A sequence of refs to the same bit. in operator <<() local 137 ConstRef = (V.RefI.Pos == SV.RefI.Pos); in operator <<() 141 if (ConstRef && V.RefI.Pos == SV.RefI.Pos) in operator <<() 160 SeqRef = ConstRef = false; in operator <<()
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1089 struct ConstRef { typedef const T& type; }; 1091 struct ConstRef<T&> { typedef T& type; }; 1095 typename ::testing::internal::ConstRef<T>::type
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 1425 struct ConstRef { typedef const T& type; }; 1427 struct ConstRef<T&> { typedef T& type; }; 1431 typename ::testing::internal::ConstRef<T>::type
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 6901 const char *ConstRef in CheckConstructor() local 6905 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()
|