| 82 | int doubleParamId = __fmtId__I32have32a32double3237lf__testHelper47client46cc__30__; |
| 83 | int mixParamId = __fmtId__I32have32a32couple32of32things3237d443237f443237u443237s__testHelper47client46cc__31__; |
| 84 | LogTest() |
| 85 | { |
| 86 | char dictionary[4096]; |
| 87 | dictionaryBytes = GeneratedFunctions::writeDictionary(dictionary, |
| 88 | dictionary + sizeof(dictionary)); |
| 89 | assert(dictionaryBytes > 0); |
| 90 | } |
| 91 | |
| 92 | virtual ~LogTest() { |
| 93 | } |
nothing calls this directly
no test coverage detected