Home
last modified time | relevance | path

Searched refs:impl_const_get_with_index_for_integer (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/litemap/src/
Dmap.rs1176 macro_rules! impl_const_get_with_index_for_integer { macro
1205 impl_const_get_with_index_for_integer!(u8);
1206 impl_const_get_with_index_for_integer!(u16);
1207 impl_const_get_with_index_for_integer!(u32);
1208 impl_const_get_with_index_for_integer!(u64);
1209 impl_const_get_with_index_for_integer!(u128);
1210 impl_const_get_with_index_for_integer!(usize);
1211 impl_const_get_with_index_for_integer!(i8);
1212 impl_const_get_with_index_for_integer!(i16);
1213 impl_const_get_with_index_for_integer!(i32);
[all …]