Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/text/gpu/
H A DSubRunAllocator.h215 struct ArrayDestroyer { struct
216 int n;
218 void operator()(T* ptr) { in operator()