Home
last modified time | relevance | path

Searched defs:UnmarshalOptions (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/golang-protobuf/proto/
H A Ddecode.go24 type UnmarshalOptions struct { struct
25 pragma.NoUnkeyedLiterals
30 Merge bool
35 AllowPartial bool
38 DiscardUnknown bool
42 Resolver interface {
49 RecursionLimit int
61 func (o UnmarshalOptions) Unmarshal(b []byte, m Message) error {
73 …nmarshalOptions) UnmarshalState(in protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
83 …lOptions) unmarshal(b []byte, m protoreflect.Message) (out protoiface.UnmarshalOutput, err error) {
[all …]
/aosp_15_r20/external/golang-protobuf/encoding/prototext/
H A Ddecode.go31 type UnmarshalOptions struct { struct
32 pragma.NoUnkeyedLiterals
37 AllowPartial bool
43 DiscardUnknown bool
48 Resolver interface {
57 func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error {
64 func (o UnmarshalOptions) unmarshal(b []byte, m proto.Message) error {
/aosp_15_r20/external/golang-protobuf/encoding/protojson/
H A Ddecode.go33 type UnmarshalOptions struct { struct
34 pragma.NoUnkeyedLiterals
38 AllowPartial bool
41 DiscardUnknown bool
46 Resolver interface {
57 func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error {
64 func (o UnmarshalOptions) unmarshal(b []byte, m proto.Message) error {
/aosp_15_r20/external/golang-protobuf/encoding/protodelim/
H A Dprotodelim.go50 type UnmarshalOptions struct { struct
51 proto.UnmarshalOptions anonMember
57 MaxSize int64
93 func (o UnmarshalOptions) UnmarshalFrom(r Reader, m proto.Message) error {
/aosp_15_r20/external/golang-protobuf/types/known/anypb/
H A Dany.pb.go281 func UnmarshalTo(src *Any, dst proto.Message, opts proto.UnmarshalOptions) error {
300 func UnmarshalNew(src *Any, opts proto.UnmarshalOptions) (dst proto.Message, err error) {