Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Dunits.rs25 pub(crate) struct UnitDef { struct
38 ) -> FResult<UnitDef> { in expr_unit()
142 fn construct_prefixed_unit<I: Interrupt>(a: UnitDef, b: UnitDef, int: &I) -> FResult<Value> { in construct_prefixed_unit()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/units/
H A Dbuiltin.rs4 struct UnitDef { struct
5 singular: &'static str,
6 plural: &'static str,
7 definition: &'static str,