Home
last modified time | relevance | path

Searched defs:unmarshalOptions (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Ddecode.go22 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 Dcodec_gen.go32 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 Dcodec_field.go241 …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 Dcodec_reflect.go28 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 Dcodec_map.go114 …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 Dcodec_messageset.go96 func unmarshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts unmarshalOptions) (out unmarsha…
H A Dvalidate.go225 func (mi *MessageInfo) validate(b []byte, groupTag protowire.Number, opts unmarshalOptions) (out un…
/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Ddesc_lazy.go341 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 Dtestmessages_test.go29 unmarshalOptions proto.UnmarshalOptions member