Home
last modified time | relevance | path

Searched refs:NewDecoderBytes (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/sysutils/consul/consul-1.10.3/agent/structs/
H A Dtesting.go54 dec := codec.NewDecoderBytes(b1, handle1)
60 dec := codec.NewDecoderBytes(b1, handle2)
66 dec := codec.NewDecoderBytes(b2, handle1)
72 dec := codec.NewDecoderBytes(b2, handle2)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/structs/
H A Dtesting.go54 dec := codec.NewDecoderBytes(b1, handle1)
60 dec := codec.NewDecoderBytes(b1, handle2)
66 dec := codec.NewDecoderBytes(b2, handle1)
72 dec := codec.NewDecoderBytes(b2, handle2)
H A Dconfig_entry.go240 dec := codec.NewDecoderBytes(data, MsgpackHandle)
360 dec := codec.NewDecoderBytes(data, MsgpackHandle)
567 dec := codec.NewDecoderBytes(data, MsgpackHandle)
634 dec := codec.NewDecoderBytes(data, MsgpackHandle)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/structs/
H A Dtesting.go54 dec := codec.NewDecoderBytes(b1, handle1)
60 dec := codec.NewDecoderBytes(b1, handle2)
66 dec := codec.NewDecoderBytes(b2, handle1)
72 dec := codec.NewDecoderBytes(b2, handle2)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/structs/
H A Dtesting.go54 dec := codec.NewDecoderBytes(b1, handle1)
60 dec := codec.NewDecoderBytes(b1, handle2)
66 dec := codec.NewDecoderBytes(b2, handle1)
72 dec := codec.NewDecoderBytes(b2, handle2)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/structs/
H A Dtesting.go54 dec := codec.NewDecoderBytes(b1, handle1)
60 dec := codec.NewDecoderBytes(b1, handle2)
66 dec := codec.NewDecoderBytes(b2, handle1)
72 dec := codec.NewDecoderBytes(b2, handle2)
H A Dconfig_entry.go238 dec := codec.NewDecoderBytes(data, MsgpackHandle)
431 dec := codec.NewDecoderBytes(data, MsgpackHandle)
632 dec := codec.NewDecoderBytes(data, MsgpackHandle)
699 dec := codec.NewDecoderBytes(data, MsgpackHandle)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/agent/structs/
H A Dtesting.go54 dec := codec.NewDecoderBytes(b1, handle1)
60 dec := codec.NewDecoderBytes(b1, handle2)
66 dec := codec.NewDecoderBytes(b2, handle1)
72 dec := codec.NewDecoderBytes(b2, handle2)
/dports/sysutils/aptly/aptly-1.4.0/deb/
H A Dpackage_collection.go64 decoder := codec.NewDecoderBytes(encoded, collection.codecHandle)
99 decoder := codec.NewDecoderBytes(encoded[2:], collection.codecHandle)
120 decoder := codec.NewDecoderBytes(encoded, collection.codecHandle)
138 decoder := codec.NewDecoderBytes(encoded, collection.codecHandle)
156 decoder := codec.NewDecoderBytes(encoded, collection.codecHandle)
171 decoder := codec.NewDecoderBytes(encoded, collection.codecHandle)
/dports/net/rospo/rospo-0.7.1/vendor/github.com/ugorji/go/go-1.1.7/codec/
H A Dcbor_test.go81 NewDecoderBytes(buf.Bytes(), testCborH).MustDecode(&vv)
160 NewDecoderBytes(bs, testCborH).MustDecode(&v)
343 NewDecoderBytes(w.b, &h).MustDecode(&v2)
350 NewDecoderBytes(w.b, &h).MustDecode(&v3)
360 NewDecoderBytes(toDecode, &h).MustDecode(&raw)
365 NewDecoderBytes(toDecode, &h).MustDecode(&raw)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/ugorji/go/codec/
H A Dcbor_test.go82 NewDecoderBytes(buf.Bytes(), testCborH).MustDecode(&vv)
162 NewDecoderBytes(bs, testCborH).MustDecode(&v)
347 NewDecoderBytes(w.b, &h).MustDecode(&v2)
354 NewDecoderBytes(w.b, &h).MustDecode(&v3)
364 NewDecoderBytes(toDecode, &h).MustDecode(&raw)
369 NewDecoderBytes(toDecode, &h).MustDecode(&raw)
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/ugorji/go/codec/
H A Dcbor_test.go81 NewDecoderBytes(buf.Bytes(), testCborH).MustDecode(&vv)
160 NewDecoderBytes(bs, testCborH).MustDecode(&v)
343 NewDecoderBytes(w.b, &h).MustDecode(&v2)
350 NewDecoderBytes(w.b, &h).MustDecode(&v3)
360 NewDecoderBytes(toDecode, &h).MustDecode(&raw)
365 NewDecoderBytes(toDecode, &h).MustDecode(&raw)
/dports/security/keybase/client-v5.7.1/go/msgpack/
H A Dmsgpack.go22 return codec.NewDecoderBytes(src, ch).Decode(dst)
34 decoder := codec.NewDecoderBytes(data, handle)
/dports/security/keybase/client-v5.7.1/go/engine/
H A Dsaltpack_encrypt_test.go126 dec := codec.NewDecoderBytes(out, &codec.MsgpackHandle{WriteExt: true})
131 dec = codec.NewDecoderBytes(b, &codec.MsgpackHandle{WriteExt: true})
196 hdec := codec.NewDecoderBytes(encout, &codec.MsgpackHandle{WriteExt: true})
201 hdec = codec.NewDecoderBytes(hbytes, &codec.MsgpackHandle{WriteExt: true})
500 dec := codec.NewDecoderBytes(out, &codec.MsgpackHandle{WriteExt: true})
505 dec = codec.NewDecoderBytes(b, &codec.MsgpackHandle{WriteExt: true})
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/go-msgpack/codec/
H A Dbench_test.go211 return NewDecoderBytes(buf, testMsgpackH).Decode(ts)
225 err = NewDecoderBytes(buf, testBincH).Decode(ts)
252 return NewDecoderBytes(buf, testSimpleH).Decode(ts)
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/hashicorp/go-msgpack/codec/
H A Dbench_test.go211 return NewDecoderBytes(buf, testMsgpackH).Decode(ts)
225 err = NewDecoderBytes(buf, testBincH).Decode(ts)
252 return NewDecoderBytes(buf, testSimpleH).Decode(ts)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/hashicorp/go-msgpack/codec/
H A Dbench_test.go211 return NewDecoderBytes(buf, testMsgpackH).Decode(ts)
225 err = NewDecoderBytes(buf, testBincH).Decode(ts)
252 return NewDecoderBytes(buf, testSimpleH).Decode(ts)
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/ugorji/go/codec/
H A Dbench_test.go211 return NewDecoderBytes(buf, testMsgpackH).Decode(ts)
225 err = NewDecoderBytes(buf, testBincH).Decode(ts)
252 return NewDecoderBytes(buf, testSimpleH).Decode(ts)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-msgpack/codec/
H A Dbench_test.go211 return NewDecoderBytes(buf, testMsgpackH).Decode(ts)
225 err = NewDecoderBytes(buf, testBincH).Decode(ts)
252 return NewDecoderBytes(buf, testSimpleH).Decode(ts)
/dports/security/keybase/client-v5.7.1/go/chat/flip/
H A Dmsgpack.go15 return codec.NewDecoderBytes(src, h).Decode(dst)
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-merkle-tree/
H A Dmsgpack.go21 return codec.NewDecoderBytes(b, codecHandle()).Decode(p)
/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/ugorji/go/codec/
H A Dcbor_test.go81 NewDecoderBytes(buf.Bytes(), testCborH).MustDecode(&vv)
156 NewDecoderBytes(bs, testCborH).MustDecode(&v)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/ugorji/go/codec/
H A Dcbor_test.go81 NewDecoderBytes(buf.Bytes(), testCborH).MustDecode(&vv)
156 NewDecoderBytes(bs, testCborH).MustDecode(&v)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/ugorji/go/codec/codec/
H A Dcbor_test.go81 NewDecoderBytes(buf.Bytes(), testCborH).MustDecode(&vv)
156 NewDecoderBytes(bs, testCborH).MustDecode(&v)
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json/
H A Djson.go124 if err := codec.NewDecoderBytes(data, new(codec.JsonHandle)).Decode(into); err != nil {
158 if err := codec.NewDecoderBytes(data, new(codec.JsonHandle)).Decode(obj); err != nil {

12345678910>>...13