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