Home | History | Annotate | Download | only in reflect

Lines Matching refs:Choose

1295 			cas := &info[helpers[x.Choose(len(helpers))]]
1305 i := x.Choose(len(cases))
1306 j := x.Choose(len(cases))
4102 // of that path will choose successive values for the result. Thus, stopping
4109 // v := make([]bool, x.Choose(4))
4164 func (x *exhaustive) Choose(max int) int {
4177 return x.Choose(2) == 1