Home
last modified time | relevance | path

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

/external/piex/src/binary_parse/
Dcached_paged_byte_array.h49 struct CachedPage { struct
67 mutable std::vector<CachedPage> cached_pages_; argument
/external/rust/crates/tokio/src/util/
Dslab.rs123 struct CachedPage<T> { struct
144 unsafe impl<T: Sync> Sync for CachedPage<T> {} argument
145 unsafe impl<T: Sync> Send for CachedPage<T> {} implementation
494 impl<T> CachedPage<T> { impl
524 impl<T> Default for CachedPage<T> { implementation