Searched defs:intImpl (Results 1 – 2 of 2) sorted by relevance
10 type intImpl struct { struct13 small_ int64 // minint32 <= small <= maxint3214 big_ *big.Int // big != nil <=> value is not representable as int32
38 type intImpl unsafe.Pointer type