Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/num-bigint/tests/
Dbigint_bitwise.rs13 fn to_bigint(&self) -> Option<BigInt> { in to_bigint() method
/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Dconvert.rs281 fn to_bigint(&self) -> Option<BigInt> { in to_bigint() method
288 fn to_bigint(&self) -> Option<BigInt> { in to_bigint() method
/external/rust/android-crates-io/crates/num-bigint/src/
Dbigint.rs562 fn to_bigint(&self) -> Option<BigInt>; in to_bigint() method