@@ -48,6 +48,7 @@ message GeneratedSwiftReservedEnums {
48
48
enum BinaryEncodingError { NONE_BinaryEncodingError = 0 ; }
49
49
enum BinaryEncodingMessageSetSizeVisitor { NONE_BinaryEncodingMessageSetSizeVisitor = 0 ; }
50
50
enum BinaryEncodingMessageSetVisitor { NONE_BinaryEncodingMessageSetVisitor = 0 ; }
51
+ enum BinaryEncodingOptions { NONE_BinaryEncodingOptions = 0 ; }
51
52
enum BinaryEncodingSizeVisitor { NONE_BinaryEncodingSizeVisitor = 0 ; }
52
53
enum BinaryEncodingVisitor { NONE_BinaryEncodingVisitor = 0 ; }
53
54
enum binaryOptions { NONE_binaryOptions = 0 ; }
@@ -674,7 +675,6 @@ message GeneratedSwiftReservedEnums {
674
675
enum padding { NONE_padding = 0 ; }
675
676
enum parent { NONE_parent = 0 ; }
676
677
enum parse { NONE_parse = 0 ; }
677
- enum partial { NONE_partial = 0 ; }
678
678
enum path { NONE_path = 0 ; }
679
679
enum paths { NONE_paths = 0 ; }
680
680
enum payload { NONE_payload = 0 ; }
@@ -886,6 +886,7 @@ message GeneratedSwiftReservedEnums {
886
886
enum unverifiedLazy { NONE_unverifiedLazy = 0 ; }
887
887
enum updatedOptions { NONE_updatedOptions = 0 ; }
888
888
enum url { NONE_url = 0 ; }
889
+ enum useDeterministicOrdering { NONE_useDeterministicOrdering = 0 ; }
889
890
enum utf8 { NONE_utf8 = 0 ; }
890
891
enum utf8Ptr { NONE_utf8Ptr = 0 ; }
891
892
enum utf8ToDouble { NONE_utf8ToDouble = 0 ; }
0 commit comments