Home | History | Annotate | Download | only in reflect

Lines Matching refs:two

662 	{map[int]string{1: "one", 2: "two"}, map[int]string{2: "two", 1: "one"}, true},
675 {map[int]string{1: "one", 3: "two"}, map[int]string{2: "two", 1: "one"}, false},
676 {map[int]string{1: "one", 2: "txo"}, map[int]string{2: "two", 1: "one"}, false},
677 {map[int]string{1: "one"}, map[int]string{2: "two", 1: "one"}, false},
678 {map[int]string{2: "two", 1: "one"}, map[int]string{1: "one"}, false},
700 {map[uint]string{1: "one", 2: "two"}, map[int]string{2: "two", 1: "one"}, false},
1303 // too exhausting, so just do two swaps.
1435 type two [2]uintptr
1439 func dummy(b byte, c int, d byte, e two, f byte, g float32, h byte) (i byte, j int, k byte, l two, m byte, n float32, o byte) {
1448 ValueOf(two{40, 50}),
1460 l := ret[3].Interface().(two)
1465 if i != 10 || j != 20 || k != 30 || l != (two{40, 50}) || m != 60 || n != 70 || o != 80 {
1530 g(1, 2, 3, two{4, 5}, 6, 7, 8)
1533 i, j, k, l, m, n, o := f(10, 20, 30, two{40, 50}, 60, 70, 80)
1534 if i != 10 || j != 20 || k != 30 || l != (two{40, 50}) || m != 60 || n != 70 || o != 80 {
4264 // memory as if it were an *Outer. If the two have different memory layouts, the
4267 // One such possible incorrect interpretation is to treat two arbitrary memory words