Searched defs:UnretainedRefWrapper (Results 1 – 2 of 2) sorted by relevance
223 explicit UnretainedRefWrapper(T& o) in UnretainedRefWrapper() function229 explicit UnretainedRefWrapper(const raw_ref<T, PtrTraits>& o) in UnretainedRefWrapper() function235 explicit UnretainedRefWrapper(raw_ref<T, PtrTraits>&& o) in UnretainedRefWrapper() function
29 class UnretainedRefWrapper; variable