protobuf-go/proto
Joe Tsai 2fc306a8e3 proto: implement Merge
Change-Id: Ibb579bf5ad8548359dfd9805fd3022bcd53a6379
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/183679
Reviewed-by: Damien Neil <dneil@google.com>
2019-06-24 22:36:08 +00:00
..
bench_test.go benchmarks: add general-purpose benchmarks directory 2019-06-24 19:20:48 +00:00
decode_gen.go all: remove non-fatal UTF-8 validation errors (and non-fatal in general) 2019-06-20 20:55:13 +00:00
decode_test.go internal/impl: add fast-path for IsInitialized 2019-06-24 17:42:23 +00:00
decode.go all: remove non-fatal UTF-8 validation errors (and non-fatal in general) 2019-06-20 20:55:13 +00:00
encode_gen.go proto, internal/impl: avoid string->[]byte conversions 2019-06-24 17:41:45 +00:00
encode_test.go all: remove non-fatal UTF-8 validation errors (and non-fatal in general) 2019-06-20 20:55:13 +00:00
encode.go all: remove non-fatal UTF-8 validation errors (and non-fatal in general) 2019-06-20 20:55:13 +00:00
equal_test.go reflect/protoreflect: add alternative message reflection API 2019-06-17 17:33:24 +00:00
equal.go reflect/protoreflect: add alternative message reflection API 2019-06-17 17:33:24 +00:00
isinit_test.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
isinit.go internal/impl: add fast-path for IsInitialized 2019-06-24 17:42:23 +00:00
merge_test.go proto: implement Merge 2019-06-24 22:36:08 +00:00
merge.go proto: implement Merge 2019-06-24 22:36:08 +00:00
proto_methods.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
proto_reflect.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
proto.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
reset_test.go proto: fix memory aliasing bug in Reset 2019-06-20 19:48:37 +00:00
reset.go proto: fix memory aliasing bug in Reset 2019-06-20 19:48:37 +00:00
size_gen.go proto, internal/impl: avoid string->[]byte conversions 2019-06-24 17:41:45 +00:00
size.go reflect/protoreflect: add alternative message reflection API 2019-06-17 17:33:24 +00:00