Home
last modified time | relevance | path

Searched refs:DestroyAllObjects (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DClient.cpp56 DestroyAllObjects(); in ~Client()
59 void Client::DestroyAllObjects() { in DestroyAllObjects() function in dawn_wire::client::Client
DClient.h76 void DestroyAllObjects();
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
DServerBase.h33 void DestroyAllObjects(const DawnProcTable& procs) { in DestroyAllObjects() function
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServer.cpp40 DestroyAllObjects(mProcs); in ~Server()