Home
last modified time | relevance | path

Searched defs:makeBigInt (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/starlark-go/starlark/
H A Dint_posix64.go55 func makeBigInt(x *big.Int) Int { return Int{intImpl(x)} } func
H A Dint_generic.go32 func makeBigInt(x *big.Int) Int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/asn1/
Dmarshal.go195 func makeBigInt(n *big.Int) (encoder, error) { func