go/src/strconv/itoa_test.go

type itob64Test

var itob64tests

func TestItoa(t *testing.T) {}

type uitob64Test

var uitob64tests

func TestUitoa(t *testing.T) {}

var varlenUints

func TestFormatUintVarlen(t *testing.T) {}

func BenchmarkFormatInt(b *testing.B) {}

func BenchmarkAppendInt(b *testing.B) {}

func BenchmarkFormatUint(b *testing.B) {}

func BenchmarkAppendUint(b *testing.B) {}

func BenchmarkFormatIntSmall(b *testing.B) {}

func BenchmarkAppendIntSmall(b *testing.B) {}

func BenchmarkAppendUintVarlen(b *testing.B) {}

var BenchSink