mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-09 21:52:24 +00:00
edf7bdda31
The code organization is simpler if we keep the functions encoding and decoding a particular type (e.g., maps) together rather than split across files. Rename various "encode" files to "codec" in preparation for adding fast-path decoding. Change-Id: If1e271da99d31533ffefc19b1fc847936fa9484a Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/185241 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com> |
||
---|---|---|
.. | ||
api_export.go | ||
codec_extension.go | ||
codec_gen.go | ||
codec_map_go111.go | ||
codec_map_go112.go | ||
codec_map.go | ||
codec_message.go | ||
codec_reflect.go | ||
codec_tables.go | ||
codec_unsafe.go | ||
encode_field.go | ||
encode.go | ||
isinit.go | ||
legacy_aberrant_test.go | ||
legacy_enum.go | ||
legacy_export_test.go | ||
legacy_export.go | ||
legacy_extension.go | ||
legacy_file_test.go | ||
legacy_file.go | ||
legacy_message.go | ||
legacy_test.go | ||
message_field.go | ||
message_test.go | ||
message.go | ||
pointer_reflect.go | ||
pointer_unsafe.go |