| 280 | } |
| 281 | |
| 282 | static String Format_T1( |
| 283 | const void* ref1, int typeID1 |
| 284 | ) |
| 285 | { |
| 286 | return FormatBase(&ref1, &typeID1, 1); |
| 287 | } |
| 288 | |
| 289 | static String Format_T2( |
| 290 | const void* ref1, int typeID1, |
nothing calls this directly
no test coverage detected