Lines Matching full:sprint
1487 s := Sprint(slice)
1492 s = Sprint(slice)
1496 s = Sprint(&slice)
1520 s := Sprint(m0)
1527 presentInMap(Sprint(m1), a, t)
1529 if !strings.HasPrefix(Sprint(&m1), "&") {
1533 presentInMap(Sprint(&m1), a, t)
1539 s := Sprint(m)
1544 s = Sprint(m)
1550 // TestBlank checks that Sprint (and hence Print, Fprint) puts spaces in the
1553 got := Sprint("<", 1, ">:", 1, 2, 3, "!")
1570 // TestFormatterPrintln checks Formatter with Sprint, Sprintln, Sprintf.
1574 s := Sprint(f, "\n")
1576 t.Errorf("Sprint wrong with Formatter: expected %q got %q", expect, s)