Benchmark harness support for STK-REQ-004.
(l *jlexer.Lexer)
| 369 | |
| 370 | // Benchmark harness support for STK-REQ-004. |
| 371 | func (v *MediumPayload) UnmarshalEasyJSON(l *jlexer.Lexer) { |
| 372 | easyjson_decode_github_com_buger_jsonparser_benchmark_MediumPayload(l, v) |
| 373 | } |
| 374 | |
| 375 | // Benchmark harness support for STK-REQ-004. |
| 376 | func easyjson_decode_github_com_buger_jsonparser_benchmark_CBPerson(in *jlexer.Lexer, out *CBPerson) { |
nothing calls this directly
no test coverage detected