Searched refs:FreeProc (Results 1 – 4 of 4) sorted by relevance
/external/skia/include/core/ |
D | SkDataTable.h | 63 typedef void (*FreeProc)(void* context); typedef 90 FreeProc proc, void* context); 105 FreeProc fFreeProc; 110 FreeProc, void* context); 111 SkDataTable(const Dir*, int count, FreeProc, void* context);
|
/external/skia/src/core/ |
D | SkDataTable.cpp | 26 FreeProc proc, void* context) { in SkDataTable() 36 SkDataTable::SkDataTable(const Dir* dir, int count, FreeProc proc, void* ctx) { in SkDataTable() 126 FreeProc proc, void* ctx) { in MakeArrayProc()
|
/external/libchrome/crypto/ |
D | scoped_capi_types.h | 48 template <class CAPIHandle, typename FreeProc> 59 FreeProc free_proc;
|
/external/google-breakpad/src/common/ |
D | scoped_ptr.h | 295 template<class C, class FreeProc = ScopedPtrMallocFree> 319 FreeProc free_proc;
|