Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/datetime/
Drustc_serialize.rs105 use crate::datetime::{test_decodable_json, test_decodable_json_timestamps};
122 test_decodable_json_timestamps(json::decode, json::decode, json::decode); in test_decodable_timestamps()
Dmod.rs1797 fn test_decodable_json_timestamps<FUtc, FFixed, FLocal, E>( in test_decodable_json_timestamps() function