Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/zerotrie/src/builder/
Dmod.rs231 let byte_str_slice = ByteStr::from_byte_slice_with_value(tuples); in from_sorted_u8_tuples() localVariable
289 let byte_str_slice = ByteStr::from_str_slice_with_value(tuples); in from_sorted_str_tuples() localVariable
Dlitemap.rs25 let byte_str_slice = ByteStr::from_byte_slice_with_value(tuples); in try_from_litemap_with_const_builder() localVariable
44 let byte_str_slice = ByteStr::from_byte_slice_with_value(byte_slice); in try_from() localVariable
/external/rust/android-crates-io/crates/zerotrie/src/
Dzerotrie.rs471 let byte_str_slice = ByteStr::from_byte_slice_with_value(&tuples); localVariable
530 let byte_str_slice = ByteStr::from_byte_slice_with_value(&tuples); localVariable
849 let byte_str_slice = ByteStr::from_byte_slice_with_value(&items); in from_iter() localVariable
/external/rust/android-crates-io/crates/zerotrie/src/builder/nonconst/
Dbuilder.rs108 let byte_str_slice = ByteStr::from_byte_slice_with_value(ascii_str_slice); in from_bytes_iter() localVariable