Searched defs:u_ptr (Results 1 – 1 of 1) sorted by relevance
227 class u_ptr { class 232 u_ptr(u_ptr &&other) : ptr(other.ptr) { other.ptr = 0; } in u_ptr() function in GH63629::u_ptr 233 u_ptr(T *ptr) : ptr(ptr) { } in u_ptr() function in GH63629::u_ptr [all...]