Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/twox-hash/src/
Dthirty_two.rs364 let unserialized: XxHash32 = serde_json::from_str(&serialized)?; in test_serialization_cycle() localVariable
392 let unserialized: XxHash32 = serde_json::from_str(serialized).unwrap(); in test_serialization_stability() localVariable
Dsixty_four.rs379 let unserialized: XxHash64 = serde_json::from_str(&serialized)?; in test_serialization_cycle() localVariable
409 let unserialized: XxHash64 = serde_json::from_str(serialized).unwrap(); in test_serialization_stability() localVariable