Searched defs:autoFree (Results 1 – 3 of 3) sorted by relevance
53 GdxPooledObject::GdxPooledObject(JNIEnv * const &e, GdxPool * const &pool, const bool &autoFree) in GdxPooledObject()56 GdxPooledObject::GdxPooledObject(JNIEnv * const &e, GdxPool &pool, const bool &autoFree) in GdxPooledObject()
68 const bool autoFree; member
175 SkAutoTCallVProc<WebPDecBuffer, WebPFreeDecBuffer> autoFree(&(config.output)); in onGetPixels() local