Searched refs:byte_str_slice (Results 1 – 4 of 4) sorted by relevance
231 let byte_str_slice = ByteStr::from_byte_slice_with_value(tuples); in from_sorted_u8_tuples() localVariable232 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() localVariable292 let result = ZeroTrieBuilderConst::<N>::from_tuple_slice::<100>(byte_str_slice); in from_sorted_str_tuples()
25 let byte_str_slice = ByteStr::from_byte_slice_with_value(tuples); in try_from_litemap_with_const_builder() localVariable26 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() localVariable45 Self::try_from_tuple_slice(byte_str_slice) in try_from()
471 let byte_str_slice = ByteStr::from_byte_slice_with_value(&tuples); localVariable472 Self::try_from_tuple_slice(byte_str_slice)530 let byte_str_slice = ByteStr::from_byte_slice_with_value(&tuples); localVariable531 Self::try_from_tuple_slice(byte_str_slice)849 let byte_str_slice = ByteStr::from_byte_slice_with_value(&items); in from_iter() localVariable851 Self::try_from_tuple_slice(byte_str_slice).unwrap() in from_iter()
108 let byte_str_slice = ByteStr::from_byte_slice_with_value(ascii_str_slice); in from_bytes_iter() localVariable109 Self::from_sorted_tuple_slice_impl(byte_str_slice, options) in from_bytes_iter()