Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/datetime/
Drustc_serialize.rs58 use crate::naive::datetime::{test_decodable_json, test_decodable_json_timestamp};
73 test_decodable_json_timestamp(json::decode); in test_decodable_timestamps()
Dmod.rs2294 fn test_decodable_json_timestamp<F, E>(from_str: F) in test_decodable_json_timestamp() function