Benchmark harness support for STK-REQ-004.
(l *jlexer.Lexer)
| 461 | |
| 462 | // Benchmark harness support for STK-REQ-004. |
| 463 | func (v *CBPerson) UnmarshalEasyJSON(l *jlexer.Lexer) { |
| 464 | easyjson_decode_github_com_buger_jsonparser_benchmark_CBPerson(l, v) |
| 465 | } |
| 466 | |
| 467 | // Benchmark harness support for STK-REQ-004. |
| 468 | func easyjson_decode_github_com_buger_jsonparser_benchmark_CBName(in *jlexer.Lexer, out *CBName) { |
nothing calls this directly
no test coverage detected