Home
last modified time | relevance | path

Searched refs:uint64PoolSize (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/proto/
Dpointer_reflect.go358 o.int64s = make([]int64, uint64PoolSize)
366 o.uint64s = make([]uint64, uint64PoolSize)
374 o.float64s = make([]float64, uint64PoolSize)
Dpointer_unsafe.go227 o.uint64s = make([]uint64, uint64PoolSize)
Ddecode.go588 uint64PoolSize = 4 const