Benchmark harness support for STK-REQ-004.
(l *jlexer.Lexer)
| 628 | |
| 629 | // Benchmark harness support for STK-REQ-004. |
| 630 | func (v *CBGravatar) UnmarshalEasyJSON(l *jlexer.Lexer) { |
| 631 | easyjson_decode_github_com_buger_jsonparser_benchmark_CBGravatar(l, v) |
| 632 | } |
| 633 | |
| 634 | // Benchmark harness support for STK-REQ-004. |
| 635 | func easyjson_decode_github_com_buger_jsonparser_benchmark_CBAvatar(in *jlexer.Lexer, out *CBAvatar) { |
nothing calls this directly
no test coverage detected