Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/common/
Ddate.rs36 struct CachedDate { struct
42 thread_local!(static CACHED: RefCell<CachedDate> = RefCell::new(CachedDate::new())); argument
44 impl CachedDate { impl
78 impl fmt::Write for CachedDate { implementation