Home
last modified time | relevance | path

Searched refs:test_encodable_json (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/chrono/src/naive/
Dtime.rs1345 fn test_encodable_json<F, E>(to_string: F) in test_encodable_json() function
1444 super::test_encodable_json(json::encode); in test_encodable()
1504 super::test_encodable_json(self::serde_json::to_string); in test_serde_serialize()
Ddatetime.rs1501 fn test_encodable_json<F, E>(to_string: F) in test_encodable_json() function
1677 super::test_encodable_json(json::encode); in test_encodable()
2203 super::test_encodable_json(self::serde_json::to_string); in test_serde_serialize()
Ddate.rs1718 fn test_encodable_json<F, E>(to_string: F) in test_encodable_json() function
1789 super::test_encodable_json(json::encode); in test_encodable()
1867 super::test_encodable_json(self::serde_json::to_string); in test_serde_serialize()
/external/rust/crates/chrono/src/
Ddatetime.rs841 fn test_encodable_json<FUtc, FFixed, E>(to_string_utc: FUtc, to_string_fixed: FFixed) in test_encodable_json() function
1064 super::test_encodable_json(json::encode, json::encode); in test_encodable()
2143 super::test_encodable_json(self::serde_json::to_string, self::serde_json::to_string); in test_serde_serialize()