Home
last modified time | relevance | path

Searched refs:ConstRef (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/
Dbind_unittest.cc659 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()
Dbind_helpers.h672 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) {
/external/libweave/third_party/chromium/base/
Dbind_unittest.cc660 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()
Dbind_helpers.h611 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) {
/external/llvm/lib/Target/Hexagon/
DBitTracker.cpp114 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/
DSemaDeclCXX.cpp6738 const char *ConstRef in CheckConstructor() local
6742 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()