Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecord.h113 struct Destroyer { struct
115 void operator()(T* record) { record->~T(); } in operator()
/external/skia/src/text/gpu/
DSubRunAllocator.h201 struct Destroyer { struct
206 struct ArrayDestroyer { argument
/external/webrtc/rtc_base/
Duntyped_function_unittest.cc209 class Destroyer { class
211 explicit Destroyer(int& destroy_count) : destroy_count_(&destroy_count) {} in Destroyer() function in webrtc::__anon6d95a57f0111::Destroyer
/external/clang/lib/CodeGen/
DCGDecl.cpp1633 CodeGenFunction::Destroyer *Destroyer; member in __anonff20dee70211::RegularPartialArrayDestroy
1656 CodeGenFunction::Destroyer *Destroyer; member in __anonff20dee70211::IrregularPartialArrayDestroy
DCodeGenFunction.h1245 typedef void Destroyer(CodeGenFunction &CGF, Address addr, QualType ty); typedef