Home
last modified time | relevance | path

Searched refs: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
232 let result = ZeroTrieBuilderConst::<N>::from_tuple_slice::<100>(byte_str_slice); in from_sorted_u8_tuples()
289 let byte_str_slice = ByteStr::from_str_slice_with_value(tuples); in from_sorted_str_tuples() localVariable
292 let result = ZeroTrieBuilderConst::<N>::from_tuple_slice::<100>(byte_str_slice); in from_sorted_str_tuples()
Dlitemap.rs25 let byte_str_slice = ByteStr::from_byte_slice_with_value(tuples); in try_from_litemap_with_const_builder() localVariable
26 ZeroTrieBuilderConst::<10000>::from_sorted_const_tuple_slice::<100>(byte_str_slice.into()) in try_from_litemap_with_const_builder()
44 let byte_str_slice = ByteStr::from_byte_slice_with_value(byte_slice); in try_from() localVariable
45 Self::try_from_tuple_slice(byte_str_slice) in try_from()
/external/rust/android-crates-io/crates/zerotrie/src/
Dzerotrie.rs471 let byte_str_slice = ByteStr::from_byte_slice_with_value(&tuples); localVariable
472 Self::try_from_tuple_slice(byte_str_slice)
530 let byte_str_slice = ByteStr::from_byte_slice_with_value(&tuples); localVariable
531 Self::try_from_tuple_slice(byte_str_slice)
849 let byte_str_slice = ByteStr::from_byte_slice_with_value(&items); in from_iter() localVariable
851 Self::try_from_tuple_slice(byte_str_slice).unwrap() in from_iter()
/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
109 Self::from_sorted_tuple_slice_impl(byte_str_slice, options) in from_bytes_iter()