Home
last modified time | relevance | path

Searched refs:BTreeMutPage (Results 1 – 9 of 9) sorted by relevance

/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/sanakirja-core-1.2.13/src/btree/page/
H A Dput.rs49 <Page<K, V> as BTreeMutPage<K, V>>::init(&mut new); in put()
125 <Page<K, V> as BTreeMutPage<K, V>>::init(&mut right); in split()
161 <Page<K, V> as BTreeMutPage<K, V>>::init(&mut left); in split()
189 <Page<K, V> as BTreeMutPage<K, V>>::init(&mut left); in split()
218 <Page<K, V> as BTreeMutPage<K, V>>::init(&mut right); in split()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/sanakirja-core-1.2.13/src/btree/
H A Ddel.rs84 P: BTreeMutPage<K, V>, in del()
113 P: BTreeMutPage<K, V>, in del_at_cursor()
235 P: BTreeMutPage<K, V> + 'a, in leaf_delete()
287 P: BTreeMutPage<K, V>, in concat()
372 P: BTreeMutPage<K, V>, in handle_merge()
646 P: BTreeMutPage<K, V>, in update_root()
733 fn single_child<K: Storable + ?Sized, V: Storable + ?Sized, P: BTreeMutPage<K, V>>( in single_child()
750 fn modify<'a, T: AllocPage, K: Storable + ?Sized, V: Storable + ?Sized, P: BTreeMutPage<K, V>>( in modify()
H A Dput.rs34 P: BTreeMutPage<K, V>, in put()
103 P: BTreeMutPage<K, V>, in put_cascade()
H A Dmod.rs149 pub trait BTreeMutPage<K: ?Sized, V: ?Sized>: BTreePage<K, V> + core::fmt::Debug { trait
266 pub fn create_db_<T: AllocPage, K: ?Sized, V: ?Sized, P: BTreeMutPage<K, V>>( in create_db_()
287 pub fn fork_db<T: AllocPage, K: Storable + ?Sized, V: Storable + ?Sized, P: BTreeMutPage<K, V>>( in fork_db()
H A Dpage_unsized.rs271 > super::BTreeMutPage<K, V> for Page<K, V>
383 <Page<K, V> as BTreeMutPage<K, V>>::init(&mut new); in update_left_child()
467 <Page<K, V> as BTreeMutPage<K, V>>::init(&mut new); in del()
661 fn modify<T: LoadPage, K: core::fmt::Debug + ?Sized, V: core::fmt::Debug + ?Sized, P: BTreeMutPage<… in modify()
722 P: BTreeMutPage<K, V>, in merge()
H A Dpage.rs279 impl<K: Storable + core::fmt::Debug, V: Storable + core::fmt::Debug> super::BTreeMutPage<K, V>
374 <Page<K, V> as BTreeMutPage<K, V>>::init(&mut new); in update_left_child()
458 <Page<K, V> as BTreeMutPage<K, V>>::init(&mut new); in del()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/sanakirja-core-1.2.13/src/btree/page_unsized/
H A Dput.rs89 <Page<K, V> as BTreeMutPage<K, V>>::init(&mut new); in put()
143 <Page<K, V> as BTreeMutPage<K, V>>::init(&mut left); in split_unsized()
146 <Page<K, V> as BTreeMutPage<K, V>>::init(&mut right); in split_unsized()
H A Drebalance.rs173 P: BTreeMutPage<K, V, Cursor = super::PageCursor>, in rebalance_right()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/
H A Dtag.rs265 P: ::sanakirja::btree::BTreeMutPage<K, V>, in restore()
493 P: ::sanakirja::btree::BTreeMutPage<K, V>, in copy()