Searched defs:UnmarshalOptions (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/golang-protobuf/proto/ |
H A D | decode.go | 24 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 D | decode.go | 31 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 D | decode.go | 33 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 D | protodelim.go | 50 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 D | any.pb.go | 281 func UnmarshalTo(src *Any, dst proto.Message, opts proto.UnmarshalOptions) error { 300 func UnmarshalNew(src *Any, opts proto.UnmarshalOptions) (dst proto.Message, err error) {
|