HomeSort by relevance Sort by last modified time
    Searched defs:ConstRef (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
bind_helpers.h 9 // 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) {
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 44 milliseconds