protobuf-go/reflect/protoreflect
Joe Tsai a93fdf5404 reflect/protoreflect: remove bool output for Descriptor.Parent method
This is a breaking change.

The equivalent replacement logic is to trivially check whether the
parent descriptor is not nil.

Change-Id: I5c89c1d9f29f9e6f721bbfbcf7774188d8f0086a
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/175987
Reviewed-by: Damien Neil <dneil@google.com>
2019-06-17 19:43:22 +00:00
..
deprecated.go reflect/protoreflect: add alternative message reflection API 2019-06-17 17:33:24 +00:00
proto_test.go reflect/protoreflect: initial commit 2018-08-10 19:59:50 +00:00
proto.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
type.go reflect/protoreflect: remove bool output for Descriptor.Parent method 2019-06-17 19:43:22 +00:00
value_pure.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
value_test.go all: rename Vector as List 2018-11-14 23:03:53 +00:00
value_union.go reflect/protoreflect: add alternative message reflection API 2019-06-17 17:33:24 +00:00
value_unsafe.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
value.go reflect/protoreflect: add alternative message reflection API 2019-06-17 17:33:24 +00:00