Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/units/
H A Dbuiltin.rs11 type UnitTuple = (&'static str, &'static str, &'static str, &'static str); typedef
881 fn test_group(group: &[UnitTuple]) { in test_group()