Searched refs:handlePtr (Results 1 – 2 of 2) sorted by relevance
180 NativeHandle* handle = scope->handlePtr; in ~NativeScopeManager()227 NativeHandle* handle = scope->handlePtr; in Close()229 scope->handlePtr = handle->sibling; in Close()232 handle = scope->handlePtr; in Close()269 NativeHandle* handle = scope->handlePtr; in Escape()274 scope->handlePtr = handle->sibling; in Escape()278 if (scope->parent->handlePtr == nullptr) { in Escape()279 scope->parent->handlePtr = handle; in Escape()282 handle->sibling = scope->parent->handlePtr; in Escape()283 scope->parent->handlePtr = handle; in Escape()[all …]
49 NativeHandle* handlePtr = nullptr; member