Home
last modified time | relevance | path

Searched refs:GetAliveWeakPtr (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DBuffer.cpp80 buffer->mDeviceIsAlive = device->GetAliveWeakPtr(); in Create()
132 allocation->object->mDeviceIsAlive = device->GetAliveWeakPtr(); in CreateError()
DDevice.h72 std::weak_ptr<bool> GetAliveWeakPtr();
DDevice.cpp109 std::weak_ptr<bool> Device::GetAliveWeakPtr() { in GetAliveWeakPtr() function in dawn_wire::client::Device