Home
last modified time | relevance | path

Searched defs:UtcTime (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dutc_time.rs33 pub struct UtcTime(DateTime); struct
35 impl UtcTime { impl
84 impl<'a> DecodeValue<'a> for UtcTime { implementation
120 impl EncodeValue for UtcTime { implementation
144 impl FixedTag for UtcTime { implementation
148 impl OrdIsValueOrd for UtcTime {} implementation
150 impl From<&UtcTime> for UtcTime { implementation
151 fn from(value: &UtcTime) -> UtcTime { in from()
168 impl TryFrom<DateTime> for UtcTime { implementation
176 impl TryFrom<&DateTime> for UtcTime { implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/time/
Dtime_crate.rs46 pub struct UtcTime<F> { struct
47 format: F,
201 impl UtcTime<well_known::Rfc3339> { impl
223 impl<F: Formattable> UtcTime<F> { impl
295 impl<F> FormatTime for UtcTime<F> implementation
304 impl<F> Default for UtcTime<F> implementation
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DChrono.h41 using UtcTime = std::chrono::time_point<UtcClock, D>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DChrono.h41 using UtcTime = std::chrono::time_point<UtcClock, D>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DChrono.h41 using UtcTime = std::chrono::time_point<UtcClock, D>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DChrono.h41 using UtcTime = std::chrono::time_point<UtcClock, D>; variable
/aosp_15_r20/external/rust/android-crates-io/crates/der_derive/src/
Dasn1_type.rs33 UtcTime, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/
Dtime.rs32 UtcTime(UtcTime), enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/
Dtag.rs103 UtcTime, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/der/tests/
Dderive.rs36 UtcTime(UtcTime), enumerator