Home | History | Annotate | Download | only in core

Lines Matching full:classname

36 #define SK_DECLARE_INST_COUNT(className)                                    \
37 SK_DECLARE_INST_COUNT_INTERNAL(className, \
42 #define SK_DECLARE_INST_COUNT_ROOT(className) \
43 SK_DECLARE_INST_COUNT_INTERNAL(className, atexit(exitPrint);)
45 #define SK_DECLARE_INST_COUNT_INTERNAL(className, initStep) \
94 4*level, ' ', #className, \
133 #define SK_DECLARE_INST_COUNT(className) static void AddInstChild() { INHERITED::AddInstChild(); }
134 #define SK_DECLARE_INST_COUNT_ROOT(className) static void AddInstChild() { }
138 #define SK_DECLARE_INST_COUNT_TEMPLATE(className) SK_DECLARE_INST_COUNT(className)
139 #define SK_DEFINE_INST_COUNT(className)
140 #define SK_DEFINE_INST_COUNT_TEMPLATE(templateInfo, className)