Home
last modified time | relevance | path

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

/third_party/rust/crates/num-traits/tests/
Dcast.rs368 fn to_i64(&self) -> Option<i64> { in newtype_to_primitive() method
/third_party/rust/crates/num-traits/src/
Dcast.rs50 fn to_i64(&self) -> Option<i64>; in to_i64() method