зеркало из https://github.com/golang/protobuf.git
0fd14f9610
The MessageV1 and MessageV2 functions convert to/from the v1 and v2 message interfaces. The MessageReflect function provides a reflective view over message. These functions do not have an "Of" suffix to be consistent with the existing MessageName and MessageType functions. Furthermore, we drop the "Of" suffix from functions in the descriptor package to be consistent. This is a safe change since none of those functions have seen a stable release. We move the descriptor.GeneratedXXX types to the proto package for documentation purposes. Fixes #956 Change-Id: I566b74367798e2e3399db9902b58ffeb673199ca Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/219137 Reviewed-by: Damien Neil <dneil@google.com> |
||
---|---|---|
.. | ||
buffer.go | ||
defaults.go | ||
deprecated.go | ||
discard.go | ||
discard_test.go | ||
extensions.go | ||
extensions_test.go | ||
properties.go | ||
proto.go | ||
proto_clone_test.go | ||
proto_equal_test.go | ||
proto_test.go | ||
registry.go | ||
registry_test.go | ||
text_decode.go | ||
text_encode.go | ||
wire.go | ||
wire_decode_test.go | ||
wire_encode_test.go | ||
wire_size_test.go | ||
wrappers.go |