Home
last modified time | relevance | path

Searched refs:OSCL_TEMPLATED_DESTRUCTOR_CALL (Results 1 – 5 of 5) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
Doscl_base_macros.h120 #ifndef OSCL_TEMPLATED_DESTRUCTOR_CALL
121 #define OSCL_TEMPLATED_DESTRUCTOR_CALL(type,simple_type) type :: ~simple_type () macro
Doscl_tagtree.h581 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()
/external/opencore/oscl/oscl/config/android/
Dosclconfig.h69 #define OSCL_TEMPLATED_DESTRUCTOR_CALL(type,simple_type) ~type () macro
/external/opencore/oscl/oscl/config/linux/
Dosclconfig.h71 #define OSCL_TEMPLATED_DESTRUCTOR_CALL(type,simple_type) ~type () macro
/external/opencore/oscl/oscl/osclproc/src/
Doscl_timer.h231 iTimer->OSCL_TEMPLATED_DESTRUCTOR_CALL(callback_timer_type, CallbackTimer); in ~OsclTimer()