/external/golang-protobuf/proto/ |
D | decode.go | 53 func Unmarshal(b []byte, m Message) error { func 60 func (o UnmarshalOptions) Unmarshal(b []byte, m Message) error { func
|
D | methods_test.go | 40 func (m *selfMarshaler) Unmarshal(b []byte) error { func
|
/external/golang-protobuf/encoding/prototext/ |
D | decode.go | 26 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/ |
D | proto.go | 87 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/ |
D | tag.go | 32 func Unmarshal(tag string, goType reflect.Type, evs pref.EnumValueDescriptors) pref.FieldDescriptor… func
|
/external/flatbuffers/go/ |
D | grpc.go | 17 func (FlatbuffersCodec) Unmarshal(data []byte, v interface{}) error { func
|
/external/golang-protobuf/encoding/protojson/ |
D | decode.go | 28 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/ |
D | default.go | 38 func Unmarshal(s string, k pref.Kind, evs pref.EnumValueDescriptors, f Format) (pref.Value, pref.En… func
|
/external/golang-protobuf/reflect/protoreflect/ |
D | methods.go | 23 Unmarshal func(unmarshalInput) (unmarshalOutput, error) member
|
/external/golang-protobuf/internal/encoding/messageset/ |
D | messageset.go | 76 func Unmarshal(b []byte, wantLen bool, fn func(typeID protowire.Number, value []byte) error) error { func
|
/external/golang-protobuf/internal/testprotos/irregular/ |
D | irregular.go | 134 func (m AberrantMessage) Unmarshal([]byte) error { return nil } func
|
/external/golang-protobuf/runtime/protoiface/ |
D | methods.go | 35 Unmarshal func(UnmarshalInput) (UnmarshalOutput, error) member
|
/external/golang-protobuf/internal/impl/ |
D | legacy_message.go | 378 Unmarshal([]byte) error methodSpec
|
/external/golang-protobuf/testing/protopack/ |
D | pack.go | 272 func (m *Message) Unmarshal(in []byte) { func
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | TableDrivenMarshal.c | 336 Unmarshal( in Unmarshal() function
|
/external/starlark-go/lib/proto/ |
D | proto.go | 630 func Unmarshal(desc protoreflect.MessageDescriptor, data []byte) (*Message, error) { func
|
/external/golang-protobuf/internal/testprotos/nullable/ |
D | nullable.go | 243 func (x *Methods) Unmarshal(b []byte) error { func
|