Home
last modified time | relevance | path

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

/dports/security/keybase/client-v5.7.1/go/kbfs/kbfscodec/
H A Dcodec_msgpack.go126 type CodecMsgpack struct { struct
128 ExtCodec *CodecMsgpack argument
133 func newCodecMsgpackHelper(handleUnknownFields bool) *CodecMsgpack {
145 ExtCodec := &CodecMsgpack{&handleNoExt, nil}
146 return &CodecMsgpack{&handle, ExtCodec}
150 func NewMsgpack() *CodecMsgpack {
156 func NewMsgpackNoUnknownFields() *CodecMsgpack {
161 func (c *CodecMsgpack) Decode(buf []byte, obj interface{}) error { argument
170 func (c *CodecMsgpack) Encode(obj interface{}) (buf []byte, err error) { argument
179 func (c *CodecMsgpack) RegisterType(rt reflect.Type, code ExtCode) { argument
[all …]
/dports/security/keybase/client-v5.7.1/go/kbfs/kbfscrypto/
H A Dcrypto_key_types_test.go18 decode(codec *kbfscodec.CodecMsgpack, data []byte) (interface{}, error) argument
71 codec *kbfscodec.CodecMsgpack, data []byte) (interface{}, error) {
171 codec *kbfscodec.CodecMsgpack, data []byte) (interface{}, error) {