Searched defs:UnretainedRefWrapper (Results 1 – 2 of 2) sorted by relevance
217 explicit UnretainedRefWrapper(T& o) : ref_(o) {} in UnretainedRefWrapper() function223 explicit UnretainedRefWrapper(const raw_ref<U, PtrTraits>& o) : ref_(o) {} in UnretainedRefWrapper() function225 explicit UnretainedRefWrapper(raw_ref<U, PtrTraits>&& o) in UnretainedRefWrapper() function
29 class UnretainedRefWrapper; variable