protobuf-go/reflect/prototype
Joe Tsai 757806cdda reflect/prototype: fix build due to protoreflect.Value method change
protoreflect.Value.IsNull was inverted to become IsValid in CL 134998.
However, that CL was submitted without a rebase,
which broke the build since CL 135255 added a few more usages of IsNull.

Change-Id: I5e52fb880ffc92e9d8f6cab30848e65b2d6dcbdc
Reviewed-on: https://go-review.googlesource.com/135337
Reviewed-by: Damien Neil <dneil@google.com>
2018-09-13 20:00:42 +00:00
..
descriptor.go
placeholder_type.go reflect: add Index method to descriptor 2018-09-07 17:57:37 +00:00
placeholder.go
protofile_desc.go reflect/protoreflect: add Has and Clear to KnownFields and Map 2018-09-13 19:52:11 +00:00
protofile_list_gen.go reflect: add Index method to descriptor 2018-09-07 17:57:37 +00:00
protofile_list.go
protofile_type.go reflect/prototype: fix build due to protoreflect.Value method change 2018-09-13 20:00:42 +00:00
protofile.go reflect/prototype: add NewFileFromDescriptorProto constructor 2018-09-05 21:25:53 +00:00
standalone_type.go reflect/prototype: fix build due to protoreflect.Value method change 2018-09-13 20:00:42 +00:00
standalone.go reflect/prototype: add HasDefault to FieldDescriptor 2018-09-13 18:13:20 +00:00
stringer.go reflect/prototype: add HasDefault to FieldDescriptor 2018-09-13 18:13:20 +00:00
type_test.go reflect/prototype: add HasDefault to FieldDescriptor 2018-09-13 18:13:20 +00:00
validate.go reflect/prototype: add NewFileFromDescriptorProto constructor 2018-09-05 21:25:53 +00:00