Benchmark harness support for STK-REQ-004.
(l *jlexer.Lexer)
| 674 | |
| 675 | // Benchmark harness support for STK-REQ-004. |
| 676 | func (v *CBAvatar) UnmarshalEasyJSON(l *jlexer.Lexer) { |
| 677 | easyjson_decode_github_com_buger_jsonparser_benchmark_CBAvatar(l, v) |
| 678 | } |
| 679 | |
| 680 | // Benchmark harness support for STK-REQ-004. |
| 681 | func easyjson_decode_github_com_buger_jsonparser_benchmark_SmallPayload(in *jlexer.Lexer, out *SmallPayload) { |
nothing calls this directly
no test coverage detected