/aosp_15_r20/external/golang-protobuf/internal/protolegacy/ |
H A 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
|
/aosp_15_r20/external/golang-protobuf/proto/ |
H A D | decode.go | 54 func Unmarshal(b []byte, m Message) error { func 61 func (o UnmarshalOptions) Unmarshal(b []byte, m Message) error { func
|
H A D | methods_test.go | 40 func (m *selfMarshaler) Unmarshal(b []byte) error { func
|
/aosp_15_r20/external/golang-protobuf/encoding/prototext/ |
H A 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
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/elliptic/ |
D | elliptic.go | 140 Unmarshal([]byte) (x, y *big.Int) methodSpec 153 func Unmarshal(curve Curve, data []byte) (x, y *big.Int) { func
|
D | nistec.go | 251 func (curve *nistCurve[Point]) Unmarshal(data []byte) (x, y *big.Int) { func
|
/aosp_15_r20/external/golang-protobuf/encoding/protojson/ |
H A 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
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue30908.dir/ |
D | a.go | 14 func Unmarshal(data []byte, o interface{}) error { func
|
/aosp_15_r20/external/golang-protobuf/internal/encoding/tag/ |
H A D | tag.go | 32 func Unmarshal(tag string, goType reflect.Type, evs protoreflect.EnumValueDescriptors) protoreflect… func
|
/aosp_15_r20/external/flatbuffers/go/ |
H A D | grpc.go | 17 func (FlatbuffersCodec) Unmarshal(data []byte, v interface{}) error { func
|
/aosp_15_r20/external/golang-protobuf/internal/encoding/defval/ |
H A D | default.go | 38 func Unmarshal(s string, k protoreflect.Kind, evs protoreflect.EnumValueDescriptors, f Format) (pro… func
|
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/ |
H A D | methods.go | 23 Unmarshal func(unmarshalInput) (unmarshalOutput, error) member
|
/aosp_15_r20/external/golang-protobuf/internal/encoding/messageset/ |
H A D | messageset.go | 77 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/ |
D | chacha8.go | 141 func Unmarshal(s *State, data []byte) error { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/ |
D | read.go | 133 func Unmarshal(data []byte, v any) error { func
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/irregular/ |
H A D | irregular.go | 134 func (m AberrantMessage) Unmarshal([]byte) error { return nil } func
|
/aosp_15_r20/external/golang-protobuf/runtime/protoiface/ |
H A D | methods.go | 35 Unmarshal func(UnmarshalInput) (UnmarshalOutput, error) member
|
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | legacy_message.go | 376 Unmarshal([]byte) error methodSpec
|
/aosp_15_r20/external/golang-protobuf/testing/protopack/ |
H A D | pack.go | 277 func (m *Message) Unmarshal(in []byte) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/ |
D | decode.go | 97 func Unmarshal(data []byte, v any) error { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/asn1/ |
D | asn1.go | 1091 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 D | TableDrivenMarshal.c | 336 Unmarshal( in Unmarshal() function
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_xml.go | 439 func Unmarshal(data []byte) (*registry, error) { func
|
/aosp_15_r20/external/starlark-go/lib/proto/ |
H A D | proto.go | 630 func Unmarshal(desc protoreflect.MessageDescriptor, data []byte) (*Message, error) { func
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/nullable/ |
H A D | nullable.go | 243 func (x *Methods) Unmarshal(b []byte) error { func
|