Benchmark harness support for STK-REQ-004.
(w *jwriter.Writer)
| 779 | |
| 780 | // Benchmark harness support for STK-REQ-004. |
| 781 | func (v *SmallPayload) MarshalEasyJSON(w *jwriter.Writer) { |
| 782 | easyjson_encode_github_com_buger_jsonparser_benchmark_SmallPayload(w, v) |
| 783 | } |
| 784 | |
| 785 | // Benchmark harness support for STK-REQ-004. |
| 786 | func (v *SmallPayload) UnmarshalEasyJSON(l *jlexer.Lexer) { |
nothing calls this directly
no test coverage detected