Searched refs:parse_byte_from_ascii_str_at (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/uguid/src/ |
D | guid.rs | 9 use crate::util::{byte_to_ascii_hex_lower, parse_byte_from_ascii_str_at}; 267 mtry!(parse_byte_from_ascii_str_at(s, 6)), in try_parse() 268 mtry!(parse_byte_from_ascii_str_at(s, 4)), in try_parse() 269 mtry!(parse_byte_from_ascii_str_at(s, 2)), in try_parse() 270 mtry!(parse_byte_from_ascii_str_at(s, 0)), in try_parse() 271 mtry!(parse_byte_from_ascii_str_at(s, 11)), in try_parse() 272 mtry!(parse_byte_from_ascii_str_at(s, 9)), in try_parse() 273 mtry!(parse_byte_from_ascii_str_at(s, 16)), in try_parse() 274 mtry!(parse_byte_from_ascii_str_at(s, 14)), in try_parse() 275 mtry!(parse_byte_from_ascii_str_at(s, 19)), in try_parse() [all …]
|
D | util.rs | 66 pub(crate) const fn parse_byte_from_ascii_str_at( in parse_byte_from_ascii_str_at() function
|
/aosp_15_r20/external/rust/crates/uguid/src/ |
D | guid.rs | 9 use crate::util::{byte_to_ascii_hex_lower, parse_byte_from_ascii_str_at}; 267 mtry!(parse_byte_from_ascii_str_at(s, 6)), in try_parse() 268 mtry!(parse_byte_from_ascii_str_at(s, 4)), in try_parse() 269 mtry!(parse_byte_from_ascii_str_at(s, 2)), in try_parse() 270 mtry!(parse_byte_from_ascii_str_at(s, 0)), in try_parse() 271 mtry!(parse_byte_from_ascii_str_at(s, 11)), in try_parse() 272 mtry!(parse_byte_from_ascii_str_at(s, 9)), in try_parse() 273 mtry!(parse_byte_from_ascii_str_at(s, 16)), in try_parse() 274 mtry!(parse_byte_from_ascii_str_at(s, 14)), in try_parse() 275 mtry!(parse_byte_from_ascii_str_at(s, 19)), in try_parse() [all …]
|
D | util.rs | 66 pub(crate) const fn parse_byte_from_ascii_str_at( in parse_byte_from_ascii_str_at() function
|