Home
last modified time | relevance | path

Searched refs:UnmarshalJSONObject (Results 1 – 16 of 16) sorted by relevance

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/goccy/go-json/benchmarks/
H A Dmedium_payload.go104 func (m *CBAvatar) UnmarshalJSONObject(dec *gojay.Decoder, key string) error { func
144 func (m *CBGravatar) UnmarshalJSONObject(dec *gojay.Decoder, key string) error { func
167 func (m *CBGithub) UnmarshalJSONObject(dec *gojay.Decoder, key string) error { func
191 func (m *CBName) UnmarshalJSONObject(dec *gojay.Decoder, key string) error { func
217 func (m *CBPerson) UnmarshalJSONObject(dec *gojay.Decoder, key string) error { func
257 func (m *MediumPayload) UnmarshalJSONObject(dec *gojay.Decoder, key string) error { func
H A Dlarge_payload.go13 func (m *DSUser) UnmarshalJSONObject(dec *gojay.Decoder, key string) error { func
35 func (m *DSTopic) UnmarshalJSONObject(dec *gojay.Decoder, key string) error { func
77 func (m *DSTopicsList) UnmarshalJSONObject(dec *gojay.Decoder, key string) error { func
128 func (m *LargePayload) UnmarshalJSONObject(dec *gojay.Decoder, key string) error { func
H A Ddecode_test.go60 if err := gojay.UnmarshalJSONObject(SmallFixture, &result); err != nil {
70 if err := gojay.Unsafe.UnmarshalJSONObject(SmallFixture, &result); err != nil {
201 if err := gojay.UnmarshalJSONObject(MediumFixture, &result); err != nil {
211 if err := gojay.Unsafe.UnmarshalJSONObject(MediumFixture, &result); err != nil {
342 if err := gojay.UnmarshalJSONObject(LargeFixture, &result); err != nil {
352 if err := gojay.Unsafe.UnmarshalJSONObject(LargeFixture, &result); err != nil {
H A Dsmall_payload.go61 func (t *SmallPayload) UnmarshalJSONObject(dec *gojay.Decoder, key string) error { func
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/francoispqt/gojay/
H A Ddecode_object.go37 err = j.UnmarshalJSONObject(dec, k)
59 err = j.UnmarshalJSONObject(dec, k)
136 err = j.UnmarshalJSONObject(dec, k)
158 err = j.UnmarshalJSONObject(dec, k)
349 func (f DecodeObjectFunc) UnmarshalJSONObject(dec *Decoder, k string) error { func
H A DREADME.md58 func (u *user) UnmarshalJSONObject(dec *gojay.Decoder, key string) error {
76 err := gojay.UnmarshalJSONObject(d, u)
109 * UnmarshalJSONObject
111 func UnmarshalJSONObject(data []byte, v gojay.UnmarshalerJSONObject) error
197 UnmarshalJSONObject(*gojay.Decoder, string) error
201UnmarshalJSONObject` method takes two arguments, the first one is a pointer to the Decoder (*gojay…
213 func (u *user) UnmarshalJSONObject(dec *gojay.Decoder, key string) error {
235 func (m message) UnmarshalJSONObject(dec *gojay.Decoder, k string) error {
H A Ddecode.go36 func UnmarshalJSONObject(data []byte, v UnmarshalerJSONObject) error { func
227 UnmarshalJSONObject(*Decoder, string) error methodSpec
H A Ddecode_unsafe.go24 func (u decUnsafe) UnmarshalJSONObject(data []byte, v UnmarshalerJSONObject) error { func
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/francoispqt/gojay/
H A Ddecode_object.go37 err = j.UnmarshalJSONObject(dec, k)
59 err = j.UnmarshalJSONObject(dec, k)
136 err = j.UnmarshalJSONObject(dec, k)
158 err = j.UnmarshalJSONObject(dec, k)
349 func (f DecodeObjectFunc) UnmarshalJSONObject(dec *Decoder, k string) error { func
H A DREADME.md58 func (u *user) UnmarshalJSONObject(dec *gojay.Decoder, key string) error {
76 err := gojay.UnmarshalJSONObject(d, u)
109 * UnmarshalJSONObject
111 func UnmarshalJSONObject(data []byte, v gojay.UnmarshalerJSONObject) error
197 UnmarshalJSONObject(*gojay.Decoder, string) error
201UnmarshalJSONObject` method takes two arguments, the first one is a pointer to the Decoder (*gojay…
213 func (u *user) UnmarshalJSONObject(dec *gojay.Decoder, key string) error {
235 func (m message) UnmarshalJSONObject(dec *gojay.Decoder, k string) error {
H A Ddecode.go36 func UnmarshalJSONObject(data []byte, v UnmarshalerJSONObject) error { func
227 UnmarshalJSONObject(*Decoder, string) error methodSpec
H A Ddecode_unsafe.go24 func (u decUnsafe) UnmarshalJSONObject(data []byte, v UnmarshalerJSONObject) error { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/francoispqt/gojay/
H A Ddecode_object.go37 err = j.UnmarshalJSONObject(dec, k)
59 err = j.UnmarshalJSONObject(dec, k)
136 err = j.UnmarshalJSONObject(dec, k)
158 err = j.UnmarshalJSONObject(dec, k)
349 func (f DecodeObjectFunc) UnmarshalJSONObject(dec *Decoder, k string) error { func
H A DREADME.md58 func (u *user) UnmarshalJSONObject(dec *gojay.Decoder, key string) error {
76 err := gojay.UnmarshalJSONObject(d, u)
109 * UnmarshalJSONObject
111 func UnmarshalJSONObject(data []byte, v gojay.UnmarshalerJSONObject) error
197 UnmarshalJSONObject(*gojay.Decoder, string) error
201UnmarshalJSONObject` method takes two arguments, the first one is a pointer to the Decoder (*gojay…
213 func (u *user) UnmarshalJSONObject(dec *gojay.Decoder, key string) error {
235 func (m message) UnmarshalJSONObject(dec *gojay.Decoder, k string) error {
H A Ddecode.go36 func UnmarshalJSONObject(data []byte, v UnmarshalerJSONObject) error { func
227 UnmarshalJSONObject(*Decoder, string) error methodSpec
H A Ddecode_unsafe.go24 func (u decUnsafe) UnmarshalJSONObject(data []byte, v UnmarshalerJSONObject) error { func