Searched refs:fDestructor (Results 1 – 3 of 3) sorted by relevance
168 if (fDestructor && object != NULL) in operator()169 (object->*fDestructor)(); in operator()175 fDestructor = destructor;179 DestructorReturnType (Type::*fDestructor)();
90 : fConstructor(_constructor), fDestructor(_destructor), fCookie(_cookie) in BaseCache()183 if (fDestructor == NULL) in DestructSlab()189 fDestructor(fCookie, data); in DestructSlab()
86 Destructor fDestructor; variable