Searched refs:Timestamp (Results 1 – 14 of 14) sorted by relevance
24 import com.google.protobuf.Timestamp;66 public static Timestamp GetCurrentTimestamp() { in GetCurrentTimestamp()
96 export interface Timestamp { interface
44 import com.google.protobuf.Timestamp;179 Timestamp startTime = createTimeStamp(mInvocationStartTime); in invocationStarted()228 Timestamp endTime = createTimeStamp(mInvocationStartTime + elapsedTime); in invocationEnded()593 private Timestamp createTimeStamp(long currentTimeMs) { in createTimeStamp()594 return Timestamp.newBuilder() in createTimeStamp()600 private long timeStampToMillis(Timestamp stamp) { in timeStampToMillis()
58 import com.google.protobuf.Timestamp;610 private long timeStampToMillis(Timestamp stamp) { in timeStampToMillis()
37 use protobuf::well_known_types::timestamp::Timestamp;154 Timestamp { seconds: self.seconds, nanos: self.nanos, ..Default::default() }; in get_capture_proto()
51 google.protobuf.Timestamp start_time = 7;54 google.protobuf.Timestamp end_time = 8;
122 google.protobuf.Timestamp last_modified = 2;130 optional google.protobuf.Timestamp last_modified = 1;
286 // Timestamp of the most recent start_capture288 google.protobuf.Timestamp timestamp = 7;
72 google.protobuf.Timestamp timestamp = 4;
648 pub last_modified: ::protobuf::MessageField<::protobuf::well_known_types::timestamp::Timestamp>,673 …lect::rt::v2::make_message_field_accessor::<_, ::protobuf::well_known_types::timestamp::Timestamp>( in generated_message_descriptor_data()788 pub last_modified: ::protobuf::MessageField<::protobuf::well_known_types::timestamp::Timestamp>,808 …lect::rt::v2::make_message_field_accessor::<_, ::protobuf::well_known_types::timestamp::Timestamp>( in generated_message_descriptor_data()
3271 pub timestamp: ::protobuf::MessageField<::protobuf::well_known_types::timestamp::Timestamp>,3323 …lect::rt::v2::make_message_field_accessor::<_, ::protobuf::well_known_types::timestamp::Timestamp>( in generated_message_descriptor_data()
333 google.protobuf.Timestamp start_time = 9;647 google.protobuf.Timestamp test_attempt_start = 10;750 google.protobuf.Timestamp first_start_time = 13;760 google.protobuf.Timestamp last_stop_time = 14;823 google.protobuf.Timestamp finish_time = 5;
54 use protobuf::well_known_types::timestamp::Timestamp;641 response.last_modified = Some(Timestamp { in list_device()