(r randyThetest, easy bool)
| 22453 | } |
| 22454 | |
| 22455 | func NewPopulatedNinEmbeddedStruct(r randyThetest, easy bool) *NinEmbeddedStruct { |
| 22456 | this := &NinEmbeddedStruct{} |
| 22457 | if r.Intn(5) != 0 { |
| 22458 | this.NidOptNative = NewPopulatedNidOptNative(r, easy) |
| 22459 | } |
| 22460 | if r.Intn(5) != 0 { |
| 22461 | this.Field200 = NewPopulatedNidOptNative(r, easy) |
| 22462 | } |
| 22463 | if r.Intn(5) != 0 { |
| 22464 | v112 := bool(bool(r.Intn(2) == 0)) |
| 22465 | this.Field210 = &v112 |
| 22466 | } |
| 22467 | if !easy && r.Intn(10) != 0 { |
| 22468 | this.XXX_unrecognized = randUnrecognizedThetest(r, 211) |
| 22469 | } |
| 22470 | return this |
| 22471 | } |
| 22472 | |
| 22473 | func NewPopulatedNidNestedStruct(r randyThetest, easy bool) *NidNestedStruct { |
| 22474 | this := &NidNestedStruct{} |
searching dependent graphs…