Home
last modified time | relevance | path

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

/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/sanakirja-core-1.2.13/src/
H A Dlib.rs57 fn page_references(&self) -> Self::PageReferences; in page_references()
63 type PageReferences: Iterator<Item = u64>; typedef
158 type PageReferences = core::iter::Empty<u64>; typedef
159 fn page_references(&self) -> Self::PageReferences { in page_references()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/
H A Dsmall_string.rs337 type PageReferences = std::iter::Empty<u64>; typedef
338 fn page_references(&self) -> Self::PageReferences { in page_references()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/pristine/
H A Dsanakirja.rs2194 type PageReferences = std::iter::Empty<u64>; typedef
2195 fn page_references(&self) -> Self::PageReferences { in page_references()
2243 type PageReferences = core::iter::Chain<A::PageReferences, B::PageReferences>; typedef
2244 fn page_references(&self) -> Self::PageReferences { in page_references()
2280 type PageReferences = std::iter::Empty<u64>; typedef
2281 fn page_references(&self) -> Self::PageReferences { in page_references()