Home
last modified time | relevance | path

Searched defs:Destroyer (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkRecord.h113 struct Destroyer { struct
115 void operator()(T* record) { record->~T(); } in operator()
/third_party/skia/src/gpu/
DGrSubRunAllocator.h159 struct Destroyer { struct
164 struct ArrayDestroyer { argument