Home
last modified time | relevance | path

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

/external/rust/crates/uuid/src/parser/
Dmod.rs222 Uuid::parse_str("").map_err(crate::Error::expect_parser), in test_parse_uuid_v4()
230 Uuid::parse_str("!").map_err(crate::Error::expect_parser), in test_parse_uuid_v4()
239 .map_err(crate::Error::expect_parser), in test_parse_uuid_v4()
248 .map_err(crate::Error::expect_parser), in test_parse_uuid_v4()
257 .map_err(crate::Error::expect_parser), in test_parse_uuid_v4()
268 .map_err(crate::Error::expect_parser), in test_parse_uuid_v4()
277 .map_err(crate::Error::expect_parser), in test_parse_uuid_v4()
286 .map_err(crate::Error::expect_parser), in test_parse_uuid_v4()
295 .map_err(crate::Error::expect_parser), in test_parse_uuid_v4()
304 .map_err(crate::Error::expect_parser), in test_parse_uuid_v4()
[all …]
/external/rust/crates/uuid/src/
Derror.rs72 pub(crate) fn expect_parser(self) -> parser::Error { in expect_parser() method