Home
last modified time | relevance | path

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

/external/rust/crates/env_logger/src/fmt/humantime/
Dextern_impl.rs43 pub fn timestamp_seconds(&self) -> Timestamp { in timestamp_seconds() method
/external/rust/crates/env_logger/src/fmt/
Dmod.rs285 Some(Seconds) => self.buf.timestamp_seconds(), in write_timestamp()
/external/protobuf/php/ext/google/protobuf/
Dmessage.c1611 int64_t timestamp_seconds; local
1629 protobuf_convert_to_int64(&retval, &timestamp_seconds);
1674 *(int64_t*)memory = timestamp_seconds;