Searched refs:GdxPooledObject (Results 1 – 2 of 2) sorted by relevance
53 GdxPooledObject::GdxPooledObject(JNIEnv * const &e, GdxPool * const &pool, const bool &autoFree) in GdxPooledObject() function in GdxPooledObject56 GdxPooledObject::GdxPooledObject(JNIEnv * const &e, GdxPool &pool, const bool &autoFree) in GdxPooledObject() function in GdxPooledObject59 GdxPooledObject::~GdxPooledObject() { in ~GdxPooledObject()63 void GdxPooledObject::free() { in free()
65 struct GdxPooledObject { struct70 GdxPooledObject(JNIEnv * const &e, GdxPool * const &pool, const bool &autoFree); argument71 GdxPooledObject(JNIEnv * const &e, GdxPool &pool, const bool &autoFree);72 virtual ~GdxPooledObject();