Home | History | Annotate | Download | only in regexp

Lines Matching refs:startSize

950 const startSize = 10 // The size at which to start a slice in the 'All' routines.
960 result := make([][]byte, 0, startSize)
978 result := make([][]int, 0, startSize)
996 result := make([]string, 0, startSize)
1014 result := make([][]int, 0, startSize)
1032 result := make([][][]byte, 0, startSize)
1056 result := make([][]int, 0, startSize)
1074 result := make([][]string, 0, startSize)
1099 result := make([][]int, 0, startSize)