math/big.Int.IsInt64 (method)
3 uses
math/big (current package)
int.go#L437: func (x *Int) IsInt64() bool {
crypto/rsa
rsa.go#L298: if !E.IsInt64() || int64(int(e64)) != e64 {
go/constant
value.go#L288: if x.IsInt64() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)