Home
last modified time | relevance | path

Searched defs:Timestamp (Results 1 – 25 of 38) sorted by relevance

12

/third_party/rust/crates/env_logger/src/fmt/
Dhumantime.rs30 pub fn timestamp(&self) -> Timestamp { in timestamp()
39 pub fn timestamp_seconds(&self) -> Timestamp { in timestamp_seconds()
48 pub fn timestamp_millis(&self) -> Timestamp { in timestamp_millis()
57 pub fn timestamp_micros(&self) -> Timestamp { in timestamp_micros()
66 pub fn timestamp_nanos(&self) -> Timestamp { in timestamp_nanos()
81 pub struct Timestamp { struct
83 precision: TimestampPrecision, argument
86 impl fmt::Debug for Timestamp { implementation
103 impl fmt::Display for Timestamp { implementation
/third_party/nghttp2/src/
Dshrpx_log_config.h40 struct Timestamp { struct
53 std::shared_ptr<Timestamp> tstamp; argument
Dshrpx_log_config.cc38 Timestamp::Timestamp(const std::chrono::system_clock::time_point &tp) { in Timestamp() function in shrpx::Timestamp
/third_party/protobuf/python/google/protobuf/
Dtimestamp.py67 def to_json_string(ts: Timestamp) -> str:
78 def to_microseconds(ts: Timestamp) -> int:
83 def to_milliseconds(ts: Timestamp) -> int:
88 def to_nanoseconds(ts: Timestamp) -> int:
93 def to_seconds(ts: Timestamp) -> int:
99 ts: Timestamp, tz: Optional[datetime.tzinfo] = None
/third_party/rust/crates/humantime/src/
Dwrapper.rs47 pub struct Timestamp(SystemTime); struct
79 impl AsRef<SystemTime> for Timestamp { implementation
83 impl Deref for Timestamp { implementation
88 impl Into<SystemTime> for Timestamp { implementation
92 impl From<SystemTime> for Timestamp { implementation
93 fn from(dur: SystemTime) -> Timestamp { Timestamp(dur) } in from()
96 impl FromStr for Timestamp { implementation
98 fn from_str(s: &str) -> Result<Timestamp, Self::Err> { in from_str()
103 impl fmt::Display for Timestamp { implementation
/third_party/protobuf/src/google/protobuf/
Dtimestamp.pb.h56 class Timestamp; variable
73 inline Timestamp() : Timestamp(nullptr) {} in Timestamp() function
87 inline Timestamp(const Timestamp& from) : Timestamp(nullptr, from) {} in Timestamp() function
88 inline Timestamp(Timestamp&& from) noexcept in Timestamp() function
200 Timestamp(::google::protobuf::Arena* arena, Timestamp&& from) noexcept in Timestamp() function
Dtimestamp.pb.cc37 PROTOBUF_CONSTEXPR Timestamp::Timestamp(::_pbi::ConstantInitialized) in Timestamp() function in google::protobuf::Timestamp
117 Timestamp::Timestamp(::google::protobuf::Arena* arena) function in google::protobuf::Timestamp
126 Timestamp::Timestamp( function in google::protobuf::Timestamp
Dtimestamp.proto133 message Timestamp { message
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestamp.pb.cs135 public sealed partial class Timestamp : pb::IMessage<Timestamp> class
160 public Timestamp() { in Timestamp() method in Google.Protobuf.WellKnownTypes.Timestamp
168 public Timestamp(Timestamp other) : this() { in Timestamp() method in Google.Protobuf.WellKnownTypes.Timestamp
DTimestampPartial.cs16 public partial class Timestamp : ICustomDiagnosticMessage, IComparable<Timestamp> class
/third_party/grpc/test/core/security/
Djwt_verifier_test.cc319 absl::string_view /*body*/, grpc_core::Timestamp /*deadline*/, in httpcli_post_should_not_be_called()
327 absl::string_view /*body*/, grpc_core::Timestamp /*deadline*/, in httpcli_put_should_not_be_called()
335 grpc_core::Timestamp /*deadline*/, grpc_closure* on_done, in httpcli_get_google_keys_for_email()
383 grpc_core::Timestamp /*deadline*/, grpc_closure* on_done, in httpcli_get_custom_keys_for_email()
418 grpc_core::Timestamp /*deadline*/, in httpcli_get_jwk_set()
430 grpc_core::Timestamp /*deadline*/, in httpcli_get_openid_config()
477 grpc_core::Timestamp /*deadline*/, in httpcli_get_bad_json()
579 grpc_core::Timestamp /*deadline*/, grpc_closure* /*on_done*/, in httpcli_get_should_not_be_called()
Dcredentials_test.cc726 const grpc_http_request* request, const URI& uri, Timestamp /*deadline*/, in compute_engine_httpcli_get_success_override() argument
735 const grpc_http_request* request, const URI& uri, Timestamp /*deadline*/, in compute_engine_httpcli_get_failure_override() argument
746 Timestamp /*deadline*/, in httpcli_post_should_not_be_called() argument
754 const URI& /*uri*/, Timestamp /*deadline*/, in httpcli_get_should_not_be_called() argument
764 Timestamp /*deadline*/, in httpcli_put_should_not_be_called() argument
845 Timestamp /*deadline*/, in refresh_token_httpcli_post_success() argument
856 Timestamp /*deadline*/, grpc_closure* on_done, in token_httpcli_post_failure() argument
1065 Timestamp /*deadline*/, in sts_token_httpcli_post_success() argument
1076 Timestamp /*deadline*/, grpc_closure* on_done, in sts_token_httpcli_post_success_no_actor_token() argument
1618 Timestamp /*deadline*/, grpc_closure* on_done, in default_creds_metadata_server_detection_httpcli_get_success_override() argument
[all …]
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/
DTimestamp.php7 class Timestamp class
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitMappedTypeTemplateTypeofSymbol.ts6 export declare const Timestamp: { constant
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
Dmain.go300 Timestamp string `json:"timestamp"` member
313 Timestamp string `json:"timestamp"` member
324 Timestamp string `json:"timestamp"` member
/third_party/protobuf/php/src/Google/Protobuf/
DTimestamp.php81 class Timestamp extends \Google\Protobuf\Internal\TimestampBase class
/third_party/rust/rust/library/std/src/sys/wasi/
Dfd.rs188 atim: wasi::Timestamp, in filestat_set_times()
189 mtim: wasi::Timestamp, in filestat_set_times()
216 atim: wasi::Timestamp, in path_filestat_set_times()
217 mtim: wasi::Timestamp, in path_filestat_set_times()
Dtime.rs50 pub fn to_wasi_timestamp(&self) -> Option<wasi::Timestamp> { in to_wasi_timestamp()
/third_party/python/Lib/sqlite3/
Ddbapi2.py37 Timestamp = datetime.datetime variable
/third_party/protobuf/src/google/protobuf/util/
Dtime_util.h42 typedef google::protobuf::Timestamp Timestamp; typedef
/third_party/grpc/src/core/lib/security/credentials/external/
Dfile_external_account_credentials.cc166 Timestamp /*deadline*/, in RetrieveSubjectToken() argument
/third_party/grpc/src/core/client_channel/
Ddirect_channel.h73 void WatchConnectivityState(grpc_connectivity_state, Timestamp, in WatchConnectivityState() argument
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_egl_enums.json27 "Timestamp": { object
DPackedEGLEnums_autogen.h121 enum class Timestamp : uint8_t enum
/third_party/protobuf/php/tests/
DWellKnownTest.php33 use Google\Protobuf\Timestamp; alias

12