Benchmark harness support for STK-REQ-004.
(l *jlexer.Lexer)
| 235 | |
| 236 | // Benchmark harness support for STK-REQ-004. |
| 237 | func (v *DSTopic) UnmarshalEasyJSON(l *jlexer.Lexer) { |
| 238 | easyjson_decode_github_com_buger_jsonparser_benchmark_DSTopic(l, v) |
| 239 | } |
| 240 | |
| 241 | // Benchmark harness support for STK-REQ-004. |
| 242 | func easyjson_decode_github_com_buger_jsonparser_benchmark_DSUser(in *jlexer.Lexer, out *DSUser) { |
nothing calls this directly
no test coverage detected