File tree Expand file tree Collapse file tree 1 file changed +7
-25
lines changed
Expand file tree Collapse file tree 1 file changed +7
-25
lines changed Original file line number Diff line number Diff line change @@ -10074,13 +10074,7 @@ func (x codecSelfer102) encMapstringPtrtostructs_DriverInfo(v map[string]*pkg4_s
1007410074 if yyv1 == nil {
1007510075 r .EncodeNil ()
1007610076 } else {
10077- yym3 := z .EncBinary ()
10078- _ = yym3
10079- if false {
10080- } else if z .HasExtensions () && z .EncExt (yyv1 ) {
10081- } else {
10082- z .EncFallback (yyv1 )
10083- }
10077+ yyv1 .CodecEncodeSelf (e )
1008410078 }
1008510079 }
1008610080 z .EncSendContainerState (codecSelfer_containerMapEnd102 )
@@ -10138,13 +10132,7 @@ func (x codecSelfer102) decMapstringPtrtostructs_DriverInfo(v *map[string]*pkg4_
1013810132 if yymv1 == nil {
1013910133 yymv1 = new (pkg4_structs.DriverInfo )
1014010134 }
10141- yym5 := z .DecBinary ()
10142- _ = yym5
10143- if false {
10144- } else if z .HasExtensions () && z .DecExt (yymv1 ) {
10145- } else {
10146- z .DecFallback (yymv1 , false )
10147- }
10135+ yymv1 .CodecDecodeSelf (d )
1014810136 }
1014910137
1015010138 if yyms1 && yyv1 != nil {
@@ -10157,12 +10145,12 @@ func (x codecSelfer102) decMapstringPtrtostructs_DriverInfo(v *map[string]*pkg4_
1015710145 if r .TryDecodeAsNil () {
1015810146 yymk1 = ""
1015910147 } else {
10160- yyv6 := & yymk1
10161- yym7 := z .DecBinary ()
10162- _ = yym7
10148+ yyv5 := & yymk1
10149+ yym6 := z .DecBinary ()
10150+ _ = yym6
1016310151 if false {
1016410152 } else {
10165- * ((* string )(yyv6 )) = r .DecodeString ()
10153+ * ((* string )(yyv5 )) = r .DecodeString ()
1016610154 }
1016710155 }
1016810156
@@ -10184,13 +10172,7 @@ func (x codecSelfer102) decMapstringPtrtostructs_DriverInfo(v *map[string]*pkg4_
1018410172 if yymv1 == nil {
1018510173 yymv1 = new (pkg4_structs.DriverInfo )
1018610174 }
10187- yym9 := z .DecBinary ()
10188- _ = yym9
10189- if false {
10190- } else if z .HasExtensions () && z .DecExt (yymv1 ) {
10191- } else {
10192- z .DecFallback (yymv1 , false )
10193- }
10175+ yymv1 .CodecDecodeSelf (d )
1019410176 }
1019510177
1019610178 if yyms1 && yyv1 != nil {
You can’t perform that action at this time.
0 commit comments