protobuf-go/internal/impl
Joe Tsai ba0ef9a571 internal/value: rename the Unwrap method as ProtoUnwrap
Add a Proto prefix before the Unwrap method to reduce the probability that
it would ever conflict with a method of the same name that a
custom implementation of Enum, Message, List, or Map may have.

Change-Id: I628bf8335583f2747ab4589f3e6ff82e4501ce98
Reviewed-on: https://go-review.googlesource.com/c/151817
Reviewed-by: Herbie Ong <herbie@google.com>
2018-11-30 01:23:40 +00:00
..
legacy_enum.go internal/value: rename the Unwrap method as ProtoUnwrap 2018-11-30 01:23:40 +00:00
legacy_extension.go internal/value: rename the Unwrap method as ProtoUnwrap 2018-11-30 01:23:40 +00:00
legacy_file.go internal/impl: support legacy extension fields 2018-11-14 18:37:45 +00:00
legacy_message.go internal/value: rename the Unwrap method as ProtoUnwrap 2018-11-30 01:23:40 +00:00
legacy_test.go all: make use of the protoapi package in v1 2018-11-29 22:46:29 +00:00
legacy_unknown.go all: make use of the protoapi package in v1 2018-11-29 22:46:29 +00:00
message_field.go internal/value: rename the Unwrap method as ProtoUnwrap 2018-11-30 01:23:40 +00:00
message_test.go internal/value: rename the Unwrap method as ProtoUnwrap 2018-11-30 01:23:40 +00:00
message.go cmd/protoc-gen-go: generate XXX_OneofWrappers instead of XXX_OneofFuncs 2018-11-27 19:36:27 +00:00
pointer_reflect.go internal/impl: support wrapping Go structs to implement proto.Message 2018-10-03 02:10:04 +00:00
pointer_unsafe.go internal/impl: support wrapping Go structs to implement proto.Message 2018-10-03 02:10:04 +00:00