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

  /external/libchrome/base/
bind_helpers.h 310 class ConstRefWrapper {
312 explicit ConstRefWrapper(const T& o) : ptr_(&o) {}
472 struct UnwrapTraits<ConstRefWrapper<T> > {
474 static ForwardType Unwrap(ConstRefWrapper<T> const_ref) {
565 struct IsWeakMethod<true, ConstRefWrapper<WeakPtr<T>>, Args...>
672 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) {
673 return internal::ConstRefWrapper<T>(o);
  /external/libweave/third_party/chromium/base/
bind_helpers.h 310 class ConstRefWrapper {
312 explicit ConstRefWrapper(const T& o) : ptr_(&o) {}
411 struct UnwrapTraits<ConstRefWrapper<T> > {
413 static ForwardType Unwrap(ConstRefWrapper<T> const_ref) {
504 struct IsWeakMethod<true, ConstRefWrapper<WeakPtr<T>>, Args...>
611 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) {
612 return internal::ConstRefWrapper<T>(o);

Completed in 56 milliseconds