Home
last modified time | relevance | path

Searched refs:UnretainedWrapper (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dbind.h312 static inline internal::UnretainedWrapper<T> Unretained(T* o) {
313 return internal::UnretainedWrapper<T>(o);
Dbind_internal.h66 class UnretainedWrapper {
68 explicit UnretainedWrapper(T* o) : ptr_(o) {} in UnretainedWrapper() function
887 struct BindUnwrapTraits<internal::UnretainedWrapper<T>> {
888 static T* Unwrap(const internal::UnretainedWrapper<T>& o) { return o.get(); }