Home | History | Annotate | Download | only in reflect

Lines Matching defs:pair

46 type pair struct {
57 var typeTests = []pair{
174 var valueTests = []pair{
326 var valueToStringTests = []pair{
3604 // a pair of types, then it's not to be allowed. This checks for
5960 type pair struct {
6017 in: []pair{{1, 2}, {3, 4}, {5, 6}},
6020 want: []pair{{5, 6}, {3, 4}, {1, 2}},