Home
last modified time | relevance | path

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

/external/rust/crates/chrono/src/naive/
Ddate.rs780 self.with_of(mdf.to_of()) in with_mdf()
787 fn with_of(&self, of: Of) -> Option<NaiveDate> { in with_of() method
830 self.with_of(self.of().succ()).or_else(|| NaiveDate::from_ymd_opt(self.year() + 1, 1, 1)) in succ_opt()
867 self.with_of(self.of().pred()).or_else(|| NaiveDate::from_ymd_opt(self.year() - 1, 12, 31)) in pred_opt()
1416 self.with_of(self.of().with_ordinal(ordinal)) in with_ordinal()
1440 self.with_of(self.of().with_ordinal(ordinal0 + 1)) in with_ordinal0()