Home
last modified time | relevance | path

Searched defs:unserialized (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/twox-hash/src/
Dxxhash32.rs660 let unserialized: Hasher = serde_json::from_str(&serialized)?; in test_serialization_cycle() localVariable
687 let unserialized: Hasher = serde_json::from_str(expected_serialized)?; in test_serialization_stability() localVariable
Dxxhash64.rs648 let unserialized: Hasher = serde_json::from_str(&serialized)?; in test_serialization_cycle() localVariable
677 let unserialized: Hasher = serde_json::from_str(expected_serialized)?; in test_serialization_stability() localVariable