Searched refs:genInt32Dist (Results 1 – 1 of 1) sorted by relevance
/external/golang-protobuf/proto/ |
D | decode_test.go | 50 dist := genInt32Dist([7]int{0, 3, 1}, 1<<i) 75 dist := genInt32Dist([7]int{0, 1, 2, 4, 8, 1, 1}, 1<<i) 181 func genInt32Dist(dist [7]int, count int) (dest []int32) { func
|