Benchmark harness support for STK-REQ-004.
(l *jlexer.Lexer)
| 507 | |
| 508 | // Benchmark harness support for STK-REQ-004. |
| 509 | func (v *CBName) UnmarshalEasyJSON(l *jlexer.Lexer) { |
| 510 | easyjson_decode_github_com_buger_jsonparser_benchmark_CBName(l, v) |
| 511 | } |
| 512 | |
| 513 | // Benchmark harness support for STK-REQ-004. |
| 514 | func easyjson_decode_github_com_buger_jsonparser_benchmark_CBGithub(in *jlexer.Lexer, out *CBGithub) { |
nothing calls this directly
no test coverage detected