protobuf-go/proto
Damien Neil 3016b73382 proto: fix MarshalAppend fast path
Was overwriting the output buffer rather than appending to it.

Change-Id: I6ffb72a440f464f4259cfebc42c1dc75b73fb5ae
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/171117
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2019-04-08 04:31:27 +00:00
..
decode_gen.go proto: check for required fields in encoding/decoding 2019-04-04 17:56:20 +00:00
decode_test.go proto: add IsInitialized 2019-04-05 22:21:46 +00:00
decode.go proto: enable/disable fast path with build tags 2019-04-07 17:00:00 +00:00
encode_gen.go proto: check for required fields in encoding/decoding 2019-04-04 17:56:20 +00:00
encode_test.go proto: fix MarshalAppend fast path 2019-04-08 04:31:27 +00:00
encode.go proto: fix MarshalAppend fast path 2019-04-08 04:31:27 +00:00
isinit_test.go proto: add IsInitialized 2019-04-05 22:21:46 +00:00
isinit.go proto: add IsInitialized 2019-04-05 22:21:46 +00:00
proto_methods.go proto: enable/disable fast path with build tags 2019-04-07 17:00:00 +00:00
proto_reflect.go proto: enable/disable fast path with build tags 2019-04-07 17:00:00 +00:00
proto.go proto: enable/disable fast path with build tags 2019-04-07 17:00:00 +00:00
size_gen.go proto: add generic Size 2019-03-27 17:25:13 +00:00
size.go proto, runtime/protoiface: add support for fast-path marshaling 2019-04-02 21:23:04 +00:00