Searched refs:OSCL_TEMPLATED_DESTRUCTOR_CALL (Results 1 – 5 of 5) sorted by relevance
120 #ifndef OSCL_TEMPLATED_DESTRUCTOR_CALL121 #define OSCL_TEMPLATED_DESTRUCTOR_CALL(type,simple_type) type :: ~simple_type () macro
581 x->tag.OSCL_TEMPLATED_DESTRUCTOR_CALL(tag_type, Oscl_Tag); in destroy_node()583 x->children.OSCL_TEMPLATED_DESTRUCTOR_CALL(children_type, Oscl_Vector); in destroy_node()
69 #define OSCL_TEMPLATED_DESTRUCTOR_CALL(type,simple_type) ~type () macro
71 #define OSCL_TEMPLATED_DESTRUCTOR_CALL(type,simple_type) ~type () macro
231 iTimer->OSCL_TEMPLATED_DESTRUCTOR_CALL(callback_timer_type, CallbackTimer); in ~OsclTimer()