Searched defs:unmarshalOptions (Results 1 – 9 of 9) sorted by relevance
/external/golang-protobuf/internal/impl/ |
D | decode.go | 23 type unmarshalOptions struct { struct 24 flags protoiface.UnmarshalInputFlags 25 resolver interface { 29 depth int 32 func (o unmarshalOptions) Options() proto.UnmarshalOptions { 41 …c (o unmarshalOptions) DiscardUnknown() bool { return o.flags&piface.UnmarshalDiscardUnknown != 0 } 43 func (o unmarshalOptions) IsDefault() bool { 87 … unmarshalPointer(b []byte, p pointer, groupTag protowire.Number, opts unmarshalOptions) (out unma… 206 …owire.Number, wtyp protowire.Type, exts map[int32]ExtensionField, opts unmarshalOptions) (out unma… 258 …i *extensionFieldInfo, num protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (out unma…
|
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 …]
|
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 …(b []byte, v pref.Value, _ protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (pref.Val… 334 … []byte, v pref.Value, num protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (pref.Val… 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 …]byte, listv pref.Value, _ protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (_ pref.V… 679 …yte, listv pref.Value, num protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (_ pref.V… [all …]
|
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…
|
D | codec_messageset.go | 96 func unmarshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts unmarshalOptions) (out unmarsha…
|
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…
|
D | validate.go | 225 func (mi *MessageInfo) validate(b []byte, groupTag protowire.Number, opts unmarshalOptions) (out un…
|
/external/golang-protobuf/internal/filedesc/ |
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
|
/external/golang-protobuf/proto/ |
D | testmessages_test.go | 29 unmarshalOptions proto.UnmarshalOptions member
|