Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/
Dmod.rs100 pub fn and_time(self, time: NaiveTime) -> LocalResult<DateTime<Tz>> { in and_time() method
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/
Ddate.rs87 pub fn and_time(&self, time: NaiveTime) -> Option<DateTime<Tz>> { in and_time() method
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/
Ddate.rs825 pub const fn and_time(&self, time: NaiveTime) -> NaiveDateTime { in and_time() method