/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | decode.go | 22 type unmarshalOptions struct { struct 23 flags protoiface.UnmarshalInputFlags 24 resolver interface { 28 depth int 31 func (o unmarshalOptions) Options() proto.UnmarshalOptions { 40 func (o unmarshalOptions) DiscardUnknown() bool { 44 func (o unmarshalOptions) IsDefault() bool { 88 … unmarshalPointer(b []byte, p pointer, groupTag protowire.Number, opts unmarshalOptions) (out unma… 207 …owire.Number, wtyp protowire.Type, exts map[int32]ExtensionField, opts unmarshalOptions) (out unma… 259 …i *extensionFieldInfo, num protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (out unma…
|
H A D | codec_gen.go | 32 func consumeBool(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions… 108 …lPtr(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions) (out unma… 162 …lice(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions) (out unma… 272 …e, _ protoreflect.Value, _ protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (_ protor… 323 …istv protoreflect.Value, _ protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (_ protor… 436 …e, _ protoreflect.Value, _ protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (_ protor… 487 …istv protoreflect.Value, _ protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (_ protor… 602 …nt32(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions) (out unma… 678 …2Ptr(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions) (out unma… 732 …lice(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions) (out unma… [all …]
|
H A D | codec_field.go | 241 …Info(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions) (out unma… 275 func consumeMessage(b []byte, m proto.Message, wtyp protowire.Type, opts unmarshalOptions) (out unm… 305 …e, v protoreflect.Value, _ protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (protoref… 334 … v protoreflect.Value, num protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (protoref… 398 …Type(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions) (out unma… 419 …byte, m proto.Message, num protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (out unma… 493 …Info(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions) (out unma… 549 …ce(b []byte, p pointer, goType reflect.Type, wtyp protowire.Type, opts unmarshalOptions) (out unma… 611 …istv protoreflect.Value, _ protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (_ protor… 679 …tv protoreflect.Value, num protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (_ protor… [all …]
|
H A D | codec_reflect.go | 28 func consumeEnum(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, _ unmarshalOptions) (… 87 …mPtr(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions) (out unma… 129 …lice(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions) (out unma…
|
H A D | codec_map.go | 114 …ect.Value, wtyp protowire.Type, mapi *mapInfo, f *coderFieldInfo, opts unmarshalOptions) (out unma… 171 …ect.Value, wtyp protowire.Type, mapi *mapInfo, f *coderFieldInfo, opts unmarshalOptions) (out unma…
|
H A D | codec_messageset.go | 96 func unmarshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts unmarshalOptions) (out unmarsha…
|
H A D | validate.go | 225 func (mi *MessageInfo) validate(b []byte, groupTag protowire.Number, opts unmarshalOptions) (out un…
|
/aosp_15_r20/external/golang-protobuf/internal/filedesc/ |
H A D | desc_lazy.go | 341 func (md *Message) unmarshalOptions(b []byte) { func 480 func (fd *Field) unmarshalOptions(b []byte) { func 580 func (xd *Extension) unmarshalOptions(b []byte) { func
|
/aosp_15_r20/external/golang-protobuf/proto/ |
H A D | testmessages_test.go | 29 unmarshalOptions proto.UnmarshalOptions member
|