protobuf-go/proto
Joe Tsai e05f789c09 proto: fix signature of UnmarshalState and MarshalState
The pseudo-internal MarshalState and UnmarshalState method should
not have a seperate Message argument since it is passed in through
the extensible MarshalInput and UnmarshalInput values.

Change-Id: I838aadaee30e91cdf888ab024e65348c73c1cd7e
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/222678
Reviewed-by: Damien Neil <dneil@google.com>
2020-03-09 20:02:17 +00:00
..
bench_test.go
checkinit_test.go all: rename IsInitialized as CheckInitialized 2020-02-20 20:45:40 +00:00
checkinit.go proto: remove IsInitialized 2020-02-24 22:37:49 +00:00
decode_gen.go all: remove stray "." from license headers 2020-02-20 18:54:38 +00:00
decode_test.go all: remove stray "." from license headers 2020-02-20 18:54:38 +00:00
decode.go proto: fix signature of UnmarshalState and MarshalState 2020-03-09 20:02:17 +00:00
doc.go all: rename IsInitialized as CheckInitialized 2020-02-20 20:45:40 +00:00
encode_gen.go all: remove stray "." from license headers 2020-02-20 18:54:38 +00:00
encode_test.go all: trivial formatting changes 2020-02-25 21:59:54 +00:00
encode.go proto: fix signature of UnmarshalState and MarshalState 2020-03-09 20:02:17 +00:00
equal_test.go
equal.go
extension_test.go all: trivial formatting changes 2020-02-25 21:59:54 +00:00
extension.go all: remove stray "." from license headers 2020-02-20 18:54:38 +00:00
merge_test.go all: trivial formatting changes 2020-02-25 21:59:54 +00:00
merge.go proto: add TestNil test 2020-02-25 20:33:07 +00:00
messageset_test.go internal/encoding/messageset: fix decoding of some invalid data 2020-03-04 02:12:26 +00:00
messageset.go all: remove stray "." from license headers 2020-02-20 18:54:38 +00:00
methods_test.go proto: fix signature of UnmarshalState and MarshalState 2020-03-09 20:02:17 +00:00
nil_test.go proto: add TestNil test 2020-02-25 20:33:07 +00:00
noenforceutf8_test.go all: remove stray "." from license headers 2020-02-20 18:54:38 +00:00
proto_methods.go
proto_reflect.go
proto.go
reset_test.go all: remove stray "." from license headers 2020-02-20 18:54:38 +00:00
reset.go proto: add TestNil test 2020-02-25 20:33:07 +00:00
size_gen.go all: remove stray "." from license headers 2020-02-20 18:54:38 +00:00
size.go
testmessages_test.go all: remove stray "." from license headers 2020-02-20 18:54:38 +00:00
validate_test.go all: remove stray "." from license headers 2020-02-20 18:54:38 +00:00
weak_test.go all: remove stray "." from license headers 2020-02-20 18:54:38 +00:00
wrappers.go