Searched defs:ConstRef (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dbind_helpers.h9 // The public functions are base::Unretained() and base::ConstRef().
11 // ConstRef() allows binding a constant reference to an argument rather
32 // EXAMPLE OF ConstRef();
37 // Callback<void(void)> has_ref = Bind(&foo, ConstRef(n));
46 // Note that because ConstRef() takes a reference on |n|, |n| must outlive all
257 inline internal::ConstRefWrapper<T> ConstRef(const T& o) { function in namespace:base
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5032 const char *ConstRef local
5036 << FixItHint::CreateInsertion(ParamLoc, ConstRef);

Completed in 114 milliseconds