Lines Matching refs:printf
74 printf("\""); in printString()
78 printf("\\%c", static_cast< char >(c)); in printString()
80 printf("%c", static_cast< char >(c)); in printString()
82 printf("\\u%04X", static_cast< unsigned int >(c)); in printString()
85 printf("\""); in printString()
93 printf("|"); in printFieldOrReferenceFlag()
96 printf("%s", name); in printFieldOrReferenceFlag()
103 printf("none"); in printFieldOrReferenceFlags()
136 printf("|"); in printFieldOrReferenceFlags()
138 printf("<invalid (0x%04X)>", static_cast< unsigned int >(flags)); in printFieldOrReferenceFlags()
145 printf("version: %ld\n", static_cast< long >(reader.getVersion())); in dumpType()
146 printf("%sdocumentation: ", indent.getStr()); in dumpType()
148 printf("\n"); in dumpType()
149 printf("%sfile name: ", indent.getStr()); in dumpType()
151 printf("\n"); in dumpType()
152 printf("%stype class: ", indent.getStr()); in dumpType()
154 printf("published "); in dumpType()
158 printf("interface"); in dumpType()
162 printf("module"); in dumpType()
166 printf("struct"); in dumpType()
170 printf("enum"); in dumpType()
174 printf("exception"); in dumpType()
178 printf("typedef"); in dumpType()
182 printf("service"); in dumpType()
186 printf("singleton"); in dumpType()
190 printf("constants"); in dumpType()
194 printf( in dumpType()
198 printf("\n"); in dumpType()
199 printf("%stype name: ", indent.getStr()); in dumpType()
201 printf("\n"); in dumpType()
202 printf( in dumpType()
206 printf( in dumpType()
210 printf("\n"); in dumpType()
212 printf( in dumpType()
216 printf( in dumpType()
219 printf("%s documentation: ", indent.getStr()); in dumpType()
221 printf("\n"); in dumpType()
222 printf("%s file name: ", indent.getStr()); in dumpType()
224 printf("\n"); in dumpType()
225 printf("%s flags: ", indent.getStr()); in dumpType()
227 printf("\n"); in dumpType()
228 printf("%s name: ", indent.getStr()); in dumpType()
230 printf("\n"); in dumpType()
231 printf("%s type name: ", indent.getStr()); in dumpType()
233 printf("\n"); in dumpType()
234 printf("%s value: ", indent.getStr()); in dumpType()
238 printf("none"); in dumpType()
242 printf("boolean %s", value.m_value.aBool ? "true" : "false"); in dumpType()
246 printf( in dumpType()
252 printf("short %d", static_cast< int >(value.m_value.aShort)); in dumpType()
256 printf( in dumpType()
262 printf("long %ld", static_cast< long >(value.m_value.aLong)); in dumpType()
266 printf( in dumpType()
273 printf("hyper"); in dumpType()
278 printf("unsigned hyper"); in dumpType()
283 printf("float"); in dumpType()
288 printf("double"); in dumpType()
292 printf("string "); in dumpType()
297 printf("<invalid (%ld)>", static_cast< long >(value.m_type)); in dumpType()
300 printf("\n"); in dumpType()
302 printf( in dumpType()
306 printf( in dumpType()
309 printf("%s documentation: ", indent.getStr()); in dumpType()
311 printf("\n"); in dumpType()
312 printf("%s flags: ", indent.getStr()); in dumpType()
315 printf("oneway"); in dumpType()
319 printf("synchronous"); in dumpType()
323 printf("attribute get"); in dumpType()
327 printf("attribute set"); in dumpType()
331 printf( in dumpType()
336 printf("\n"); in dumpType()
337 printf("%s name: ", indent.getStr()); in dumpType()
339 printf("\n"); in dumpType()
340 printf("%s return type name: ", indent.getStr()); in dumpType()
342 printf("\n"); in dumpType()
343 printf( in dumpType()
348 printf( in dumpType()
351 printf("%s flags: ", indent.getStr()); in dumpType()
356 printf("in"); in dumpType()
360 printf("out"); in dumpType()
364 printf("inout"); in dumpType()
368 printf("<invalid (%ld)>", static_cast< long >(flags)); in dumpType()
373 printf("|rest"); in dumpType()
375 printf("\n"); in dumpType()
376 printf("%s name: ", indent.getStr()); in dumpType()
378 printf("\n"); in dumpType()
379 printf("%s type name: ", indent.getStr()); in dumpType()
381 printf("\n"); in dumpType()
383 printf( in dumpType()
388 printf( in dumpType()
392 printf("\n"); in dumpType()
395 printf( in dumpType()
399 printf( in dumpType()
402 printf("%s documentation: ", indent.getStr()); in dumpType()
404 printf("\n"); in dumpType()
405 printf("%s flags: ", indent.getStr()); in dumpType()
407 printf("\n"); in dumpType()
408 printf("%s sort: ", indent.getStr()); in dumpType()
411 printf("supports"); in dumpType()
415 printf("exports"); in dumpType()
419 printf("type parameter"); in dumpType()
423 printf( in dumpType()
428 printf("\n"); in dumpType()
429 printf("%s type name: ", indent.getStr()); in dumpType()
431 printf("\n"); in dumpType()
434 printf("<invalid>\n"); in dumpType()