Benchmark harness support for STK-REQ-004.
(l *jlexer.Lexer)
| 98 | |
| 99 | // Benchmark harness support for STK-REQ-004. |
| 100 | func (v *LargePayload) UnmarshalEasyJSON(l *jlexer.Lexer) { |
| 101 | easyjson_decode_github_com_buger_jsonparser_benchmark_LargePayload(l, v) |
| 102 | } |
| 103 | |
| 104 | // Benchmark harness support for STK-REQ-004. |
| 105 | func easyjson_decode_github_com_buger_jsonparser_benchmark_DSTopicsList(in *jlexer.Lexer, out *DSTopicsList) { |
nothing calls this directly
no test coverage detected