Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/golang-protobuf/internal/protolegacy/
H A 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
/aosp_15_r20/external/golang-protobuf/proto/
H A Ddecode.go54 func Unmarshal(b []byte, m Message) error { func
61 func (o UnmarshalOptions) Unmarshal(b []byte, m Message) error { func
H A Dmethods_test.go40 func (m *selfMarshaler) Unmarshal(b []byte) error { func
/aosp_15_r20/external/golang-protobuf/encoding/prototext/
H A Ddecode.go26 func Unmarshal(b []byte, m proto.Message) error { func
57 func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/elliptic/
Delliptic.go140 Unmarshal([]byte) (x, y *big.Int) methodSpec
153 func Unmarshal(curve Curve, data []byte) (x, y *big.Int) { func
Dnistec.go251 func (curve *nistCurve[Point]) Unmarshal(data []byte) (x, y *big.Int) { func
/aosp_15_r20/external/golang-protobuf/encoding/protojson/
H A Ddecode.go28 func Unmarshal(b []byte, m proto.Message) error { func
57 func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error { func
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue30908.dir/
Da.go14 func Unmarshal(data []byte, o interface{}) error { func
/aosp_15_r20/external/golang-protobuf/internal/encoding/tag/
H A Dtag.go32 func Unmarshal(tag string, goType reflect.Type, evs protoreflect.EnumValueDescriptors) protoreflect… func
/aosp_15_r20/external/flatbuffers/go/
H A Dgrpc.go17 func (FlatbuffersCodec) Unmarshal(data []byte, v interface{}) error { func
/aosp_15_r20/external/golang-protobuf/internal/encoding/defval/
H A Ddefault.go38 func Unmarshal(s string, k protoreflect.Kind, evs protoreflect.EnumValueDescriptors, f Format) (pro… func
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dmethods.go23 Unmarshal func(unmarshalInput) (unmarshalOutput, error) member
/aosp_15_r20/external/golang-protobuf/internal/encoding/messageset/
H A Dmessageset.go77 func Unmarshal(b []byte, wantLen bool, fn func(typeID protowire.Number, value []byte) error) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/chacha8rand/
Dchacha8.go141 func Unmarshal(s *State, data []byte) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/
Dread.go133 func Unmarshal(data []byte, v any) error { func
/aosp_15_r20/external/golang-protobuf/internal/testprotos/irregular/
H A Dirregular.go134 func (m AberrantMessage) Unmarshal([]byte) error { return nil } func
/aosp_15_r20/external/golang-protobuf/runtime/protoiface/
H A Dmethods.go35 Unmarshal func(UnmarshalInput) (UnmarshalOutput, error) member
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dlegacy_message.go376 Unmarshal([]byte) error methodSpec
/aosp_15_r20/external/golang-protobuf/testing/protopack/
H A Dpack.go277 func (m *Message) Unmarshal(in []byte) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Ddecode.go97 func Unmarshal(data []byte, v any) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/asn1/
Dasn1.go1091 func Unmarshal(b []byte, val any) (rest []byte, err error) { func
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
H A DTableDrivenMarshal.c336 Unmarshal( in Unmarshal() function
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_xml.go439 func Unmarshal(data []byte) (*registry, error) { func
/aosp_15_r20/external/starlark-go/lib/proto/
H A Dproto.go630 func Unmarshal(desc protoreflect.MessageDescriptor, data []byte) (*Message, error) { func
/aosp_15_r20/external/golang-protobuf/internal/testprotos/nullable/
H A Dnullable.go243 func (x *Methods) Unmarshal(b []byte) error { func

12