Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/
Ddecode.go23 type UnmarshalOptions struct { struct
24 pragma.NoUnkeyedLiterals
29 Merge bool
34 AllowPartial bool
37 DiscardUnknown bool
41 Resolver interface {
48 RecursionLimit int
60 func (o UnmarshalOptions) Unmarshal(b []byte, m Message) error {
72 …nmarshalOptions) UnmarshalState(in protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) {
82 …lOptions) unmarshal(b []byte, m protoreflect.Message) (out protoiface.UnmarshalOutput, err error) {
[all …]
/external/golang-protobuf/encoding/prototext/
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 {
/external/golang-protobuf/encoding/protojson/
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 {
/external/golang-protobuf/types/known/anypb/
Dany.pb.go284 func UnmarshalTo(src *Any, dst proto.Message, opts proto.UnmarshalOptions) error {
303 func UnmarshalNew(src *Any, opts proto.UnmarshalOptions) (dst proto.Message, err error) {