Home
last modified time | relevance | path

Searched defs:Unmarshal (Results 1 – 17 of 17) sorted by relevance

/external/golang-protobuf/proto/
Ddecode.go53 func Unmarshal(b []byte, m Message) error { func
60 func (o UnmarshalOptions) Unmarshal(b []byte, m Message) error { func
Dmethods_test.go40 func (m *selfMarshaler) Unmarshal(b []byte) error { func
/external/golang-protobuf/encoding/prototext/
Ddecode.go26 func Unmarshal(b []byte, m proto.Message) error { func
57 func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error { func
/external/golang-protobuf/internal/protolegacy/
Dproto.go87 func Unmarshal([]byte, Message) error { panic("not implemented") } func
117 func (*Buffer) Unmarshal(Message) error { panic("not implemented") } func
125 func (*InternalMessageInfo) Unmarshal(Message, []byte) error { panic("not implemented… func
/external/golang-protobuf/internal/encoding/tag/
Dtag.go32 func Unmarshal(tag string, goType reflect.Type, evs pref.EnumValueDescriptors) pref.FieldDescriptor… func
/external/flatbuffers/go/
Dgrpc.go17 func (FlatbuffersCodec) Unmarshal(data []byte, v interface{}) error { func
/external/golang-protobuf/encoding/protojson/
Ddecode.go28 func Unmarshal(b []byte, m proto.Message) error { func
57 func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error { func
/external/golang-protobuf/internal/encoding/defval/
Ddefault.go38 func Unmarshal(s string, k pref.Kind, evs pref.EnumValueDescriptors, f Format) (pref.Value, pref.En… func
/external/golang-protobuf/reflect/protoreflect/
Dmethods.go23 Unmarshal func(unmarshalInput) (unmarshalOutput, error) member
/external/golang-protobuf/internal/encoding/messageset/
Dmessageset.go76 func Unmarshal(b []byte, wantLen bool, fn func(typeID protowire.Number, value []byte) error) error { func
/external/golang-protobuf/internal/testprotos/irregular/
Dirregular.go134 func (m AberrantMessage) Unmarshal([]byte) error { return nil } func
/external/golang-protobuf/runtime/protoiface/
Dmethods.go35 Unmarshal func(UnmarshalInput) (UnmarshalOutput, error) member
/external/golang-protobuf/internal/impl/
Dlegacy_message.go378 Unmarshal([]byte) error methodSpec
/external/golang-protobuf/testing/protopack/
Dpack.go272 func (m *Message) Unmarshal(in []byte) { func
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableDrivenMarshal.c336 Unmarshal( in Unmarshal() function
/external/starlark-go/lib/proto/
Dproto.go630 func Unmarshal(desc protoreflect.MessageDescriptor, data []byte) (*Message, error) { func
/external/golang-protobuf/internal/testprotos/nullable/
Dnullable.go243 func (x *Methods) Unmarshal(b []byte) error { func