Searched defs:HandleWrapper (Results 1 – 4 of 4) sorted by relevance
95 pub struct HandleWrapper { struct99 impl HandleWrapper { impl100 pub fn new(handle: Descriptor) -> Arc<Mutex<HandleWrapper>> { in new()
131 template<class S> friend class HandleWrapper; variable181 template<class S> friend class HandleWrapper; variable
31 HandleWrapper(T** obj, const MutableHandle<T>& handle) in HandleWrapper() function
33 template<class T> class HandleWrapper; variable