Home
last modified time | relevance | path

Searched defs:intImpl (Results 1 – 2 of 2) sorted by relevance

/external/starlark-go/starlark/
Dint_generic.go10 type intImpl struct { struct
13 small_ int64 // minint32 <= small <= maxint32
14 big_ *big.Int // big != nil <=> value is not representable as int32
Dint_posix64.go38 type intImpl unsafe.Pointer type