Searched defs:LockedPtr (Results 1 – 1 of 1) sorted by relevance
387 LockedPtr(T *Value, GlobalLockType *Lock) : Value(Value), Lock(Lock) { in LockedPtr() function390 LockedPtr(LockedPtr &&Other) : Value(Other.Value), Lock(Other.Lock) { in LockedPtr() function