Home
last modified time | relevance | path

Searched refs:GraphTxnT (Results 1 – 23 of 23) sorted by relevance

/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/unrecord/
H A Dworking_copy.rs7 T: GraphMutTxnT + TreeMutTxnT<TreeError = <T as GraphTxnT>::GraphError>, in undo_file_addition()
26 T: ChannelTxnT + TreeMutTxnT + TreeTxnT<TreeError = <T as GraphTxnT>::GraphError>, in undo_file_deletion()
49 T: ChannelTxnT + TreeMutTxnT + TreeTxnT<TreeError = <T as GraphTxnT>::GraphError>, in restore()
100 T: TreeMutTxnT + GraphTxnT + TreeTxnT<TreeError = <T as GraphTxnT>::GraphError>, in restore_inode()
186 T: GraphTxnT + TreeMutTxnT + TreeTxnT<TreeError = <T as GraphTxnT>::GraphError>, in undo_file_reinsertion()
H A Dmod.rs85 T: ChannelMutTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>, in del_channel_changes()
136 T: ChannelMutTxnT + TreeMutTxnT<TreeError = <T as GraphTxnT>::GraphError>, in unapply()
430 fn must_reintroduce<T: GraphTxnT, C: ChangeStore>( in must_reintroduce() argument
469 fn edge_is_in_channel<T: GraphTxnT, C: ChangeStore>( in edge_is_in_channel() argument
522 fn collect_zombies<T: GraphTxnT>( in collect_zombies()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/pristine/
H A Dmod.rs305 pub trait GraphTxnT: Sized { interface
351 pub trait ChannelTxnT: GraphTxnT {
479 pub trait GraphIter: GraphTxnT {
618 GraphTxnT
803 pub(crate) fn internal<T: GraphTxnT>( in internal()
829 pub fn internal_pos<T: GraphTxnT>( in internal_pos()
850 pub fn internal_vertex<T: GraphTxnT>( in internal_vertex()
968 pub(crate) fn is_alive<T: GraphTxnT>( in is_alive()
1214 fn find_file<T: GraphTxnT>( in find_file()
1568 fn is_ancestor_of<T: GraphTxnT>( in is_ancestor_of()
[all …]
H A Dsanakirja.rs362 impl<T: ::sanakirja::LoadPage<Error = ::sanakirja::Error> + ::sanakirja::RootPage> GraphTxnT
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/diff/
H A Ddelete.rs12 pub(super) fn delete<T: GraphTxnT>( in delete()
51 fn delete_lines<T: GraphTxnT>( in delete_lines()
98 fn delete_lines<T: GraphTxnT>( in delete_lines()
170 fn delete_parents<T: GraphTxnT>( in delete_parents()
292 fn resurrect_zombies<T: GraphTxnT>( in resurrect_zombies()
352 fn resurrect_zombie<T: GraphTxnT>( in resurrect_zombie()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/
H A Dfs.rs480 pub struct GraphDescendants<'txn, T: GraphTxnT> {
487 impl<'txn, T: GraphTxnT> Iterator for GraphDescendants<'txn, T> {
539 pub fn iter_graph_descendants<'txn, T: GraphTxnT>( in iter_graph_descendants()
564 pub struct GraphChildren<'txn, 'changes, T: GraphTxnT, P: ChangeStore + 'changes> {
572 impl<'txn, 'changes, T: GraphTxnT, P: ChangeStore + 'changes> Iterator
630 T: GraphTxnT, in iter_graph_children() argument
652 pub struct GraphBasenames<'txn, 'changes, T: GraphTxnT, P: ChangeStore + 'changes> {
660 impl<'txn, 'changes, T: GraphTxnT, P: ChangeStore + 'changes> Iterator
721 T: GraphTxnT, in iter_basenames() argument
749 pub fn iter_paths<T: GraphTxnT, F: FnMut(&mut dyn Iterator<Item = Position<ChangeId>>) -> bool>( in iter_paths() argument
[all …]
H A Dfind_alive.rs4 pub(crate) fn find_alive_down<T: GraphTxnT>( in find_alive_down()
51 pub fn find_alive_up<T: GraphTxnT>( in find_alive_up()
H A Drecord.rs228 fn get_inodes_<T: ChannelTxnT + TreeTxnT<TreeError = <T as GraphTxnT>::GraphError>>( in get_inodes_()
238 fn get_inodes<'a, T: ChannelTxnT + TreeTxnT<TreeError = <T as GraphTxnT>::GraphError>>( in get_inodes()
291 + TreeTxnT<TreeError = <T as GraphTxnT>::GraphError> in record()
475 T: GraphTxnT + TreeTxnT<TreeError = <T as GraphTxnT>::GraphError>, in delete_obsolete_children()
547 T: ChannelTxnT + TreeTxnT<TreeError = <T as GraphTxnT>::GraphError>, in push_children()
746 T: ChannelTxnT + TreeTxnT<TreeError = <T as GraphTxnT>::GraphError>, in record_existing_file()
997 pub fn into_change<T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>>( in into_change()
1038 fn collect_moved_edges<T: GraphTxnT, C: ChangeStore, W: WorkingCopyRead>( in collect_moved_edges() argument
1254 T: GraphTxnT + TreeTxnT<TreeError = <T as GraphTxnT>::GraphError>, in record_deleted_file()
1344 fn delete_inode_vertex<T: GraphTxnT, C: ChangeStore, W: WorkingCopyRead>( in delete_inode_vertex() argument
[all …]
H A Dlib.rs70 GraphTxnT, Hash, Inode, Merkle, MutTxnT, OwnedPathId, RemoteRef, TreeTxnT, TxnT, Vertex,
358 if let Some(cid) = pristine::GraphTxnT::get_internal(self, &hash.into()).map_err(|e| e.0)? { in has_change()
464 if let Some(h) = pristine::GraphTxnT::get_internal(self, &h.into()).map_err(|e| e.0)? { in get_revchanges()
474 if let Some(id) = pristine::GraphTxnT::get_internal(self, &h.into()).map_err(|e| e.0)? { in touched_files()
492 change: *pristine::GraphTxnT::get_internal(self, &position.change.into())?.unwrap(), in find_oldest_path()
505 change: *pristine::GraphTxnT::get_internal(self, &position.change.into())?.unwrap(), in find_youngest_path()
642 … T: pristine::DepsTxnT + pristine::GraphTxnT<GraphError = <T as pristine::DepsTxnT>::DepsError>,
H A Dapply.rs316 + DepsMutTxnT<DepsError = <T as GraphTxnT>::GraphError> in apply_local_change_ws()
317 + TreeMutTxnT<TreeError = <T as GraphTxnT>::GraphError>, in apply_local_change_ws()
354 + DepsMutTxnT<DepsError = <T as GraphTxnT>::GraphError> in apply_local_change()
355 + TreeMutTxnT<TreeError = <T as GraphTxnT>::GraphError>, in apply_local_change()
373 fn update_inode<T: ChannelTxnT + TreeMutTxnT<TreeError = <T as GraphTxnT>::GraphError>>( in update_inode()
755 fn is_rooted<T: GraphTxnT>( in is_rooted()
H A Dchange.rs186 T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>, in dependencies()
252 pub fn full_dependencies<T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>>( in full_dependencies()
267 fn add_zombie_deps_from<T: GraphTxnT>( in add_zombie_deps_from()
302 fn add_zombie_deps_to<T: GraphTxnT>( in add_zombie_deps_to()
343 fn minimize_deps<T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>>( in minimize_deps()
986 fn globalize<T: GraphTxnT>(&self, txn: &T) -> Result<Atom<Option<Hash>>, T::GraphError> { in globalize()
1213 pub fn globalize<T: GraphTxnT>( in globalize()
1244 pub fn make_change<T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>>( in make_change()
H A Dmissing_context.rs25 pub(crate) fn load_graph<T: GraphTxnT>( in load_graph()
415 fn collect_unknown_children<T: GraphTxnT, K>( in collect_unknown_children() argument
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/alive/
H A Ddebug.rs3 use crate::pristine::{Base32, GraphTxnT, Position};
10 pub fn debug<W: Write, T: GraphTxnT, P: ChangeStore>( in debug() argument
H A Dretrieve.rs6 pub fn retrieve<T: GraphTxnT>( in retrieve()
71 fn new_vertex<T: GraphTxnT>( in new_vertex()
H A Doutput.rs157 fn output_scc<T: GraphTxnT, B: VertexBuffer, P: ChangeStore>( in output_scc() argument
H A Ddfs.rs362 pub(super) fn collect_forward_edges<T: GraphTxnT>( in collect_forward_edges()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/output/
H A Dmod.rs90 fn collect_children<T: GraphTxnT, P: ChangeStore>( in collect_children() argument
180 fn is_zombie<T: GraphTxnT>( in is_zombie()
H A Doutput.rs544 fn is_alive_or_zombie<T: GraphTxnT>( in is_alive_or_zombie()
570 fn collect_dead_files<T: TreeTxnT + GraphTxnT<GraphError = <T as TreeTxnT>::TreeError>>( in collect_dead_files()
H A Darchive.rs135 T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>, in archive()
/dports/devel/pijul/pijul-1.0.0.a55/src/commands/
H A Dapply.rs6 use libpijul::{DepsTxnT, GraphTxnT, MutTxnTExt, TxnT};
H A Dlog.rs11 use libpijul::pristine::{sanakirja::Txn, ChannelRef, DepsTxnT, GraphTxnT, TreeTxnT, TxnErr};
/dports/devel/pijul/pijul-1.0.0.a55/src/remote/
H A Dmod.rs12 use libpijul::{ChannelTxnT, DepsTxnT, GraphTxnT, MutTxnTExt, TxnTExt};
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/change/
H A Dtext_changes.rs160 T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>, in read_and_deps()