Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/litrs/src/integer/
Dmod.rs39 pub enum IntegerBase { enum
63 impl IntegerBase { implementation
135 pub fn base(&self) -> IntegerBase { in base()
Dtests.rs14 base: IntegerBase, in check()