Dave Day 2ebff28ac7 Correctly set OrigName for oneof fields. 9 лет назад
..
proto3_proto f0a097ddac jsonpb: Fix handling of repeated enums. 9 лет назад
testdata f0a097ddac jsonpb: Fix handling of repeated enums. 9 лет назад
Makefile 1cc4d6fa4a Support for google.protobuf.Any expansion in text marshaling and unmarshaling. 10 лет назад
all_test.go 8d92cf5fc1 Add specific error for oneof with nil element. 10 лет назад
any_test.go 1cc4d6fa4a Support for google.protobuf.Any expansion in text marshaling and unmarshaling. 10 лет назад
clone.go 8cf720c393 Unexport proto.MessageSet, and remove a bunch of its support. 10 лет назад
clone_test.go 59b73b37c1 Implement oneof support. 10 лет назад
decode.go cde632b2df Use the zero value when decoding a map element that is missing its key or value. 10 лет назад
encode.go 8d92cf5fc1 Add specific error for oneof with nil element. 10 лет назад
equal.go 4df416cb47 Fix proto.Equal handling of proto3 bytes fields. 10 лет назад
equal_test.go 4df416cb47 Fix proto.Equal handling of proto3 bytes fields. 10 лет назад
extensions.go 7c1e7ed8fe Fix unmarshaling code to properly handle multiple instances of the same 10 лет назад
extensions_test.go 7c1e7ed8fe Fix unmarshaling code to properly handle multiple instances of the same 10 лет назад
lib.go 6aaa8d4770 Adding repeated field data population example 10 лет назад
message_set.go 8cf720c393 Unexport proto.MessageSet, and remove a bunch of its support. 10 лет назад
message_set_test.go 8cf720c393 Unexport proto.MessageSet, and remove a bunch of its support. 10 лет назад
pointer_reflect.go dda510ac0f Use reflection-driven field accesses under GopherJS. 10 лет назад
pointer_unsafe.go dda510ac0f Use reflection-driven field accesses under GopherJS. 10 лет назад
properties.go 2ebff28ac7 Correctly set OrigName for oneof fields. 9 лет назад
proto3_test.go de8c523226 Implement SetDefaults for maps. Skip proto3 scalar fields instead of panicking. 11 лет назад
size2_test.go 558f13f1d7 Update URLs and import paths to new GitHub home. 11 лет назад
size_test.go 0879490610 Generate sizer functions for oneofs. 10 лет назад
text.go 1cc4d6fa4a Support for google.protobuf.Any expansion in text marshaling and unmarshaling. 10 лет назад
text_parser.go 78550bb1d0 Improve error message when text unmarshaling a nested message with a required field. 9 лет назад
text_parser_test.go 78550bb1d0 Improve error message when text unmarshaling a nested message with a required field. 9 лет назад
text_test.go a57d29119a Avoid panicking when text formatting a malformed oneof. 10 лет назад