protobuf-go/reflect
Damien Neil 61781dd92f all: abstract fast-path marshal and unmarshal inputs and outputs
We may want to make changes to the inputs and outputs of the fast-path
functions in the future. For example, we likely want to add the ability
for the fast-path unmarshal to report back whether the unmarshaled
message is known to be initialized.

Change the signatures of these functions to take in and return struct
types which can be extended with whatever fields we want in the future.

Change-Id: Idead360785df730283a4630ea405265b72482e62
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/215719
Reviewed-by: Joe Tsai <joetsai@google.com>
2020-01-22 00:22:46 +00:00
..
protodesc proto: add Clone function and MergeOptions.Clone method 2020-01-06 21:07:28 +00:00
protoreflect all: abstract fast-path marshal and unmarshal inputs and outputs 2020-01-22 00:22:46 +00:00
protoregistry internal/testprotos: hide all public testprotos 2020-01-12 08:32:55 +00:00