Home
last modified time | relevance | path

Searched refs:SmallPayloadEasyJson (Results 1 – 2 of 2) sorted by relevance

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/goccy/go-json/benchmarks/
H A Dsmall_payload_easyjson.go20 func easyjson21677a1cDecodeBenchmark(in *jlexer.Lexer, out *SmallPayloadEasyJson) { argument
67 func easyjson21677a1cEncodeBenchmark(out *jwriter.Writer, in SmallPayloadEasyJson) { argument
165 func (v SmallPayloadEasyJson) MarshalJSON() ([]byte, error) {
172 func (v SmallPayloadEasyJson) MarshalEasyJSON(w *jwriter.Writer) {
177 func (v *SmallPayloadEasyJson) UnmarshalJSON(data []byte) error {
184 func (v *SmallPayloadEasyJson) UnmarshalEasyJSON(l *jlexer.Lexer) {
H A Dsmall_payload.go33 type SmallPayloadEasyJson struct { struct
103 func NewSmallPayloadEasyJson() *SmallPayloadEasyJson {
104 return &SmallPayloadEasyJson{