Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/
Ddate.rs1495 pub(crate) const AFTER_MAX: NaiveDate = constant
2514 const AFTER_MAX: NaiveDate = NaiveDate::AFTER_MAX; in test_date_bounds() constant