| /third_party/rust/crates/env_logger/src/fmt/ |
| D | humantime.rs | 30 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/ |
| D | shrpx_log_config.h | 40 struct Timestamp { struct 53 std::shared_ptr<Timestamp> tstamp; argument
|
| D | shrpx_log_config.cc | 38 Timestamp::Timestamp(const std::chrono::system_clock::time_point &tp) { in Timestamp() function in shrpx::Timestamp
|
| /third_party/protobuf/python/google/protobuf/ |
| D | timestamp.py | 67 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/ |
| D | wrapper.rs | 47 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/ |
| D | timestamp.pb.h | 56 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
|
| D | timestamp.pb.cc | 37 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
|
| D | timestamp.proto | 133 message Timestamp { message
|
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | Timestamp.pb.cs | 135 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
|
| D | TimestampPartial.cs | 16 public partial class Timestamp : ICustomDiagnosticMessage, IComparable<Timestamp> class
|
| /third_party/grpc/test/core/security/ |
| D | jwt_verifier_test.cc | 319 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()
|
| D | credentials_test.cc | 726 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/ |
| D | Timestamp.php | 7 class Timestamp class
|
| /third_party/typescript/tests/cases/compiler/ |
| D | declarationEmitMappedTypeTemplateTypeofSymbol.ts | 6 export declare const Timestamp: { constant
|
| /third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/ |
| D | main.go | 300 Timestamp string `json:"timestamp"` member 313 Timestamp string `json:"timestamp"` member 324 Timestamp string `json:"timestamp"` member
|
| /third_party/protobuf/php/src/Google/Protobuf/ |
| D | Timestamp.php | 81 class Timestamp extends \Google\Protobuf\Internal\TimestampBase class
|
| /third_party/rust/rust/library/std/src/sys/wasi/ |
| D | fd.rs | 188 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()
|
| D | time.rs | 50 pub fn to_wasi_timestamp(&self) -> Option<wasi::Timestamp> { in to_wasi_timestamp()
|
| /third_party/python/Lib/sqlite3/ |
| D | dbapi2.py | 37 Timestamp = datetime.datetime variable
|
| /third_party/protobuf/src/google/protobuf/util/ |
| D | time_util.h | 42 typedef google::protobuf::Timestamp Timestamp; typedef
|
| /third_party/grpc/src/core/lib/security/credentials/external/ |
| D | file_external_account_credentials.cc | 166 Timestamp /*deadline*/, in RetrieveSubjectToken() argument
|
| /third_party/grpc/src/core/client_channel/ |
| D | direct_channel.h | 73 void WatchConnectivityState(grpc_connectivity_state, Timestamp, in WatchConnectivityState() argument
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | packed_egl_enums.json | 27 "Timestamp": { object
|
| D | PackedEGLEnums_autogen.h | 121 enum class Timestamp : uint8_t enum
|
| /third_party/protobuf/php/tests/ |
| D | WellKnownTest.php | 33 use Google\Protobuf\Timestamp; alias
|