Benchmark harness support for STK-REQ-004.
(w *jwriter.Writer)
| 230 | |
| 231 | // Benchmark harness support for STK-REQ-004. |
| 232 | func (v *DSTopic) MarshalEasyJSON(w *jwriter.Writer) { |
| 233 | easyjson_encode_github_com_buger_jsonparser_benchmark_DSTopic(w, v) |
| 234 | } |
| 235 | |
| 236 | // Benchmark harness support for STK-REQ-004. |
| 237 | func (v *DSTopic) UnmarshalEasyJSON(l *jlexer.Lexer) { |
nothing calls this directly
no test coverage detected