Home | History | Annotate | Download | only in interface

Lines Matching refs:check

31 func check(s string, v int64) {
39 check("t.M()", t.M())
40 check("pt.M()", pt.M())
41 check("ti.M()", ti.M())
42 check("s.M()", s.M())
43 check("ps.M()", ps.M())
46 check("i = t; i.M()", i.M())
49 check("i = pt; i.M()", i.M())
52 check("i = s; i.M()", i.M())
55 check("i = ps; i.M()", i.M())