Lines Matching refs:className
29 #define SK_DECLARE_INST_COUNT(className) \ argument
30 SK_DECLARE_INST_COUNT_INTERNAL(className, \
35 #define SK_DECLARE_INST_COUNT_ROOT(className) \ argument
36 SK_DECLARE_INST_COUNT_INTERNAL(className, atexit(exitPrint);)
38 #define SK_DECLARE_INST_COUNT_INTERNAL(className, initStep) \ argument
83 4*level, ' ', #className, \
118 #define SK_DECLARE_INST_COUNT(className) static void AddInstChild() { INHERITED::AddInstChild(); } argument
119 #define SK_DECLARE_INST_COUNT_ROOT(className) static void AddInstChild() { } argument
123 #define SK_DECLARE_INST_COUNT_TEMPLATE(className) SK_DECLARE_INST_COUNT(className) argument
124 #define SK_DEFINE_INST_COUNT(className) argument
125 #define SK_DEFINE_INST_COUNT_TEMPLATE(templateInfo, className) argument