Searched refs:ConstRef (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/ |
D | bind_unittest.cc | 659 TEST_F(BindTest, ConstRef) { in TEST_F() argument 663 Callback<int()> const_ref_cb = Bind(&Identity, ConstRef(n)); in TEST_F() 674 Bind(&GetCopies, ConstRef(counter)); in TEST_F() 691 Bind(&FunctionWithScopedRefptrFirstParam, base::ConstRef(refptr), 1); in TEST_F()
|
D | bind_helpers.h | 672 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) {
|
/external/libweave/third_party/chromium/base/ |
D | bind_unittest.cc | 660 TEST_F(BindTest, ConstRef) { in TEST_F() argument 664 Callback<int()> const_ref_cb = Bind(&Identity, ConstRef(n)); in TEST_F() 675 Bind(&GetCopies, ConstRef(counter)); in TEST_F() 692 Bind(&FunctionWithScopedRefptrFirstParam, base::ConstRef(refptr), 1); in TEST_F()
|
D | bind_helpers.h | 611 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) {
|
/external/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 114 bool ConstRef = false; // A sequence of refs to the same bit. in operator <<() local 126 ConstRef = (V.RefI.Pos == SV.RefI.Pos); in operator <<() 130 if (ConstRef && V.RefI.Pos == SV.RefI.Pos) in operator <<() 149 SeqRef = ConstRef = false; in operator <<()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 6738 const char *ConstRef in CheckConstructor() local 6742 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()
|