mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-06 10:01:25 +00:00
b2a7dfe48b
The Value.Equal method compares Values in a way that is analogous to the reflect.DeepEqual function. Most of the implementation is moved from the "proto" package, with proto.Equal implemented in terms of protoreflect.Value.Equal. Change-Id: Ie9d5f6c073dc49fa59f78385c441db8137de5ec5 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/450775 TryBot-Bypass: Heschi Kreinick <heschi@google.com> Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Oleksii Prokopchuk <prokopchuk@google.com> Reviewed-by: Christian Höppner <hoeppi@google.com> Run-TryBot: Lasse Folger <lassefolger@google.com> |
||
---|---|---|
.. | ||
methods.go | ||
proto_test.go | ||
proto.go | ||
source_gen.go | ||
source_test.go | ||
source.go | ||
type.go | ||
value_equal.go | ||
value_pure.go | ||
value_test.go | ||
value_union.go | ||
value_unsafe.go | ||
value.go |