Home | History | Annotate | Download | only in gob

Lines Matching refs:two

952 	it0.Ignore_m = map[string]int{"one": 1, "two": 2}
1008 ****i.M = map[string]int{"one": 1, "two": 2, "three": 3}
1023 if len(d.M) != 3 || d.M["one"] != 1 || d.M["two"] != 2 || d.M["three"] != 3 {
1300 map[string]int{"one": 1, "two": 2},
1344 dt.M = map[string]int{"one": 1, "two": 2}