Searched defs:set_seconds (Results 1 – 6 of 6) sorted by relevance
237 inline void Duration::set_seconds(int64_t value) { in set_seconds() function
237 inline void Timestamp::set_seconds(int64_t value) { in set_seconds() function
242 inline void Duration::set_seconds(int64_t value) { in set_seconds() function
242 inline void Timestamp::set_seconds(int64_t value) { in set_seconds() function
57 pub fn set_seconds(&mut self, v: i64) { in set_seconds() method