Home
last modified time | relevance | path

Searched refs:PostDestructor (Results 1 – 13 of 13) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dcompany_base.h165 static void PostDestructor(size_t index);
H A Dindustry.h150 static void PostDestructor(size_t index);
H A Dbase_station_base.h171 static void PostDestructor(size_t index);
H A Dtown.h140 static void PostDestructor(size_t index);
H A Dstation.cpp170 void BaseStation::PostDestructor(size_t index) in PostDestructor() function in BaseStation
H A Dcompany_cmd.cpp86 void Company::PostDestructor(size_t index) in PostDestructor() function in Company
H A Dindustry_cmd.cpp208 void Industry::PostDestructor(size_t index) in PostDestructor() function in Industry
H A Dtown_cmd.cpp156 void Town::PostDestructor(size_t index) in PostDestructor() function in Town
/dports/games/openttd/openttd-12.1/src/core/
H A Dpool_func.hpp192 if (!this->cleaning) Titem::PostDestructor(index); in DEFINE_POOL_METHOD()
H A Dpool_type.hpp379 static inline void PostDestructor(size_t index) { } in PostDestructor() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/ipc/
H A DFunctionBroker.h393 void PostDestructor(void* aMem, DestructorType* aDestructor) {
812 aScd->PostDestructor(aDest, destructor);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/ipc/
H A DFunctionBroker.h405 void PostDestructor(void* aMem, DestructorType* aDestructor) {
H A DFunctionBroker.cpp207 aScd->PostDestructor(aDest, destructor); in Copy()