Home
last modified time | relevance | path

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

/external/rust/crates/chrono/src/offset/
Dfixed.rs154 fn add_with_leapsecond<T>(lhs: &T, rhs: i32) -> T in add_with_leapsecond() function
169 add_with_leapsecond(&self, rhs.local_minus_utc) in add()
178 add_with_leapsecond(&self, -rhs.local_minus_utc) in sub()
187 add_with_leapsecond(&self, rhs.local_minus_utc) in add()
196 add_with_leapsecond(&self, -rhs.local_minus_utc) in sub()
205 add_with_leapsecond(&self, rhs.local_minus_utc) in add()
214 add_with_leapsecond(&self, -rhs.local_minus_utc) in sub()
/external/rust/crates/chrono/
DCHANGELOG.md444 - `chrono::offset::add_with_leapsecond` has been removed.