Chris Manghane bbd03ef6da proto, protoc-gen-go: fix vet and gofmt errors for Go 1.10 (#508) 8 years ago
..
proto3_proto 8e1c791771 Generate pb.go files after https://github.com/golang/protobuf/commit/cb9b7771abc2a63ab206dde76539f08f66ab994d 9 years ago
testdata 157d9c53be regenerate pb.go files with protobuf 3.3.0 9 years ago
Makefile 1cc4d6fa4a Support for google.protobuf.Any expansion in text marshaling and unmarshaling. 10 years ago
all_test.go df1d3ca07d proto: In Size, don't double-count the tagcode for structs that implement Marshaler. 9 years ago
any_test.go 1687f003bf proto: Prevent Any protos from being deserialized multiple times. 10 years ago
clone.go e51d002c61 net/proto2: remove <message>.ExtensionMap() from generated messages 10 years ago
clone_test.go f6b4231c7f proto: import change from Google. 10 years ago
decode.go 5d356b9d1c Unroll DecodeVarint to speed up int32/int64/uint64 slice decoding. 9 years ago
decode_test.go 63bfc70872 Fixed broken tests on pre-go1.8 #356 (#359) 9 years ago
discard.go 925541529c proto: add DiscardUnknown function (#498) 8 years ago
encode.go 0a4f71a498 Remove unnecessary conversions (#315) 9 years ago
encode_test.go 63bfc70872 Fixed broken tests on pre-go1.8 #356 (#359) 9 years ago
equal.go ef00c02a19 proto.Equal: document map equality and clarify the rule for repeated fields. 10 years ago
equal_test.go ef00c02a19 proto.Equal: document map equality and clarify the rule for repeated fields. 10 years ago
extensions.go 24f28ae800 protoc-gen-go: Add Filename to ExtensionDesc. 9 years ago
extensions_test.go bbd03ef6da proto, protoc-gen-go: fix vet and gofmt errors for Go 1.10 (#508) 8 years ago
lib.go 7b8002443f Fix doc re. getters for proto3, i.e. getters are now generated on all fields (#354) 9 years ago
map_test.go cb9b7771ab Add a benchmark demonstrating lock contention when Marshaling/Unmarshaling maps. 9 years ago
message_set.go e51d002c61 net/proto2: remove <message>.ExtensionMap() from generated messages 10 years ago
message_set_test.go e51d002c61 net/proto2: remove <message>.ExtensionMap() from generated messages 10 years ago
pointer_reflect.go e51d002c61 net/proto2: remove <message>.ExtensionMap() from generated messages 10 years ago
pointer_unsafe.go e51d002c61 net/proto2: remove <message>.ExtensionMap() from generated messages 10 years ago
properties.go 5bdfda0a01 Change MessageName to check if Message has an XXX_MessageName() method, and use the name returned by that method instead of internal registry when present. 10 years ago
proto3_test.go da116c3771 proto: generate Get methods for fields of basic type in proto3 9 years ago
size2_test.go 558f13f1d7 Update URLs and import paths to new GitHub home. 11 years ago
size_test.go 0879490610 Generate sizer functions for oneofs. 10 years ago
text.go 5386fff85b proto: s/Printf/Print/ where there's no format verb 10 years ago
text_parser.go 0a4f71a498 Remove unnecessary conversions (#315) 9 years ago
text_parser_test.go 2bc9827a78 improve error message for duplicate oneof in text parsing 9 years ago
text_test.go a57d29119a Avoid panicking when text formatting a malformed oneof. 11 years ago