Searched defs:valueCoderFuncs (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | codec_tables.go | 27 type valueCoderFuncs struct { struct 28 size func(v protoreflect.Value, tagsize int, opts marshalOptions) int 29 marshal func(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byte, error) 30 …re.Number, wtyp protowire.Type, opts unmarshalOptions) (protoreflect.Value, unmarshalOutput, error) 31 isInit func(v protoreflect.Value) error 32 merge func(dst, src protoreflect.Value, opts mergeOptions) protoreflect.Value
|