Searched refs:TAOCFDepth_Counter (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/bless-98/test/
H A DUtilitiesCFPrettyPrint.c34 typedef struct TAOCFDepth_Counter { struct
39 } TAOCFDepth_Counter; typedef in typeref:struct:TAOCFDepth_Counter
52 TAOCFDepth_Counter *h = (TAOCFDepth_Counter *)context;
79 TAOCFDepth_Counter newhelper;
118 snprintf(desc, 256, "%d", ((TAOCFDepth_Counter *)context)->arrayIndex++);
131 TAOCFDepth_Counter newhelper;
133 newhelper.depth = ((TAOCFDepth_Counter *)context)->depth + 1;
134 newhelper.out = ((TAOCFDepth_Counter *)context)->out;
135 newhelper.indent = ((TAOCFDepth_Counter *)contex
[all...]

Completed in 121 milliseconds