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

/external/chromium_org/base/
H A Dbind_helpers.h16 // base::ConstRef(), and base::IgnoreResult().
31 // ConstRef() allows binding a constant reference to an argument rather
75 // EXAMPLE OF ConstRef():
81 // Closure has_ref = Bind(&foo, ConstRef(n));
90 // Note that because ConstRef() takes a reference on |n|, |n| must outlive all
502 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) { function in namespace:base
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Darray_internal.h42 typedef T const& ConstRef; typedef in struct:mojo::internal::ArrayDataTraits
54 static ConstRef ToConstRef(const StorageType* storage, size_t offset) {
63 typedef P* const& ConstRef; typedef in struct:mojo::internal::ArrayDataTraits
75 static ConstRef ToConstRef(const StorageType* storage, size_t offset) {
84 typedef Array_Data<T>* const& ConstRef; typedef in struct:mojo::internal::ArrayDataTraits
96 static ConstRef ToConstRef(const StorageType* storage, size_t offset) {
129 typedef bool ConstRef; typedef in struct:mojo::internal::ArrayDataTraits
332 typedef typename Traits::ConstRef ConstRef; typedef in class:mojo::internal::Array_Data
392 ConstRef a
[all...]
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp6352 const char *ConstRef local
6356 << FixItHint::CreateInsertion(ParamLoc, ConstRef);

Completed in 365 milliseconds