Home
last modified time | relevance | path

Searched defs:ChangeId (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/
H A Dfind_alive.rs7 vertex0: Vertex<ChangeId>, in find_alive_down()
8 ) -> Result<HashSet<Vertex<ChangeId>>, BlockError<T::GraphError>> { in find_alive_down()
54 files: &mut HashSet<Vertex<ChangeId>>, in find_alive_up()
55 vertex0: Vertex<ChangeId>, in find_alive_up()
56 change: ChangeId, in find_alive_up()
57 ) -> Result<HashSet<Vertex<ChangeId>>, BlockError<T::GraphError>> { in find_alive_up()
H A Dmissing_context.rs69 change_id: ChangeId, in repair_missing_up_context()
71 c: Vertex<ChangeId>, in repair_missing_up_context()
99 d: Vertex<ChangeId>, in repair_regular_up()
126 c: Vertex<ChangeId>, in repair_missing_down_context()
159 change_id: ChangeId, in repair_context_nondeleted()
183 change_id: ChangeId, in reconnect_target_up()
210 change_id: ChangeId, in repair_context_deleted()
245 change_id: ChangeId, in detect_folder_conflict_resolutions()
267 change_id: ChangeId, in detect_folder_conflict_resolution()
420 change_id: ChangeId, in collect_unknown_children()
[all …]
H A Dapply.rs226 change_id: ChangeId, in apply_change_to_channel()
376 internal: ChangeId, in update_inode()
455 change_id: ChangeId, in clean_obsolete_pseudo_edges()
522 change_id: ChangeId, in repair_missing_contexts()
555 change_id: ChangeId, in repair_new_vertex_context_up()
557 vertex: Vertex<ChangeId>, in repair_new_vertex_context_up()
582 change_id: ChangeId, in repair_new_vertex_context_down()
584 vertex: Vertex<ChangeId>, in repair_new_vertex_context_down()
622 change_id: ChangeId, in repair_edge_context()
682 to0: Vertex<ChangeId>, in repair_edge()
[all …]
H A Drecord.rs485 v: Position<ChangeId>, in delete_obsolete_children()
557 vertex: Position<Option<ChangeId>>, in push_children()
759 vertex: Position<ChangeId>, in record_existing_file()
914 vertex: Position<ChangeId>, in record_moved_file()
1042 parent_pos: Position<Option<ChangeId>>, in collect_moved_edges()
1043 current_pos: Position<ChangeId>, in collect_moved_edges()
1263 current_vertex: Position<ChangeId>, in record_deleted_file()
1349 vertex: Vertex<ChangeId>, in delete_inode_vertex()
1350 inode: Position<ChangeId>, in delete_inode_vertex()
1436 to: Vertex<ChangeId>, in delete_file_edge()
[all …]
H A Dfs.rs542 key: Position<ChangeId>, in iter_graph_descendants()
627 key: Position<ChangeId>, in iter_graph_children()
718 pos: Position<ChangeId>, in iter_basenames()
752 key: Position<ChangeId>, in iter_paths()
795 ) -> Result<(Position<ChangeId>, bool), FsErrorC<C::Error, T::GraphError>> { in follow_oldest_path()
856 mut v: Position<ChangeId>, in find_path()
946 pos: &Position<ChangeId>, in get_latest_touch()
947 ) -> Result<(u64, ChangeId), TxnErr<T::GraphError>> { in get_latest_touch() argument
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/pristine/
H A Dpatch_id.rs4 pub struct ChangeId(pub u64); struct
6 impl std::fmt::Debug for ChangeId { implementation
12 impl ChangeId { impl
H A Dchange_id.rs6 pub struct ChangeId(pub super::L64); struct
8 impl std::fmt::Debug for ChangeId { implementation
14 impl ChangeId { impl
21 impl super::Base32 for ChangeId { implementation
81 pub fn deserialize<'de, D: Deserializer<'de>>(d: D) -> Result<ChangeId, D::Error> { in deserialize()
85 pub fn serialize<S: Serializer>(inode: &ChangeId, s: S) -> Result<S::Ok, S::Error> { in serialize()
H A Dmod.rs313 p: &ChangeId, in get_external()
369 c: &ChangeId, in get_changeset()
381 pos: Option<ChangeId>, in cursor_changeset()
541 p: &ChangeId, in iter_revdep()
545 p: &ChangeId, in iter_dep()
549 p: &ChangeId, in iter_dep_ref()
553 p: &Position<ChangeId>, in iter_touched()
560 p: &ChangeId, in iter_rev_touched()
806 p: ChangeId, in internal()
1136 HashMap<Vertex<ChangeId>, Option<Vertex<ChangeId>>>, in check_alive()
[all …]
H A Dsanakirja.rs371 p: &ChangeId, in get_external()
485 p: Position<ChangeId>, in find_block()
724 c: &ChangeId, in get_changeset()
758 pos: Option<ChangeId>, in cursor_changeset()
985 p: &ChangeId, in iter_dep_ref()
1013 k: &ChangeId, in iter_revdep()
1023 k: &ChangeId, in iter_dep()
1033 k: &Position<ChangeId>, in iter_touched()
1043 k: &ChangeId, in iter_rev_touched()
1588 p: ChangeId, in put_changes()
[all …]
H A Dedge.rs117 pub fn dest(&self) -> Position<ChangeId> { in dest()
124 pub fn introduced_by(&self) -> ChangeId { in introduced_by()
161 pub fn empty(dest: Position<ChangeId>, intro: ChangeId) -> Self { in empty()
165 pub fn new(flag: EdgeFlags, change: ChangeId, pos: ChangePosition, intro: ChangeId) -> Self { in new()
H A Dvertex.rs49 pub fn to_option(&self) -> Vertex<Option<ChangeId>> { in to_option()
203 pub fn deserialize<'de, D: Deserializer<'de>>(d: D) -> Result<Position<ChangeId>, D::Error> { in deserialize()
207 pub fn serialize<S: Serializer>(pos: &Position<ChangeId>, s: S) -> Result<S::Ok, S::Error> { in serialize()
243 pub fn inode_vertex(&self) -> Vertex<ChangeId> { in inode_vertex()
255 pub fn to_option(&self) -> Position<Option<ChangeId>> { in to_option()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/apply/
H A Dedge.rs10 change: ChangeId, in put_newedge()
18 F: Fn(Vertex<ChangeId>, Vertex<ChangeId>) -> bool, in put_newedge()
102 source: Vertex<ChangeId>, in collect_nondeleted_zombies()
103 target: Vertex<ChangeId>, in collect_nondeleted_zombies()
104 zombies: &mut Vec<ChangeId>, in collect_nondeleted_zombies()
160 change: ChangeId, in find_source_vertex()
181 change: ChangeId, in find_target_vertex()
204 v: Vertex<ChangeId>, in collect_pseudo_edges()
243 target: Vertex<ChangeId>, in reconnect_pseudo_edges()
285 change_id: ChangeId, in collect_zombie_context()
[all …]
H A Dvertex.rs11 change: ChangeId, in put_newvertex()
78 up: Position<ChangeId>, in put_up_context()
127 down: Position<ChangeId>, in put_down_context()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/unrecord/
H A Dworking_copy.rs10 change_id: ChangeId, in undo_file_addition()
32 change_id: ChangeId, in undo_file_deletion()
55 source: Vertex<ChangeId>, in restore()
56 dest: Position<ChangeId>, in restore()
105 source: Vertex<ChangeId>, in restore_inode()
106 dest: Position<ChangeId>, in restore_inode()
149 current: Vertex<ChangeId>, in find_youngest_parent()
150 ) -> Result<Vertex<ChangeId>, BlockError<T::GraphError>> { in find_youngest_parent()
189 change_id: ChangeId, in undo_file_reinsertion()
H A Dmod.rs90 change_id: ChangeId, in del_channel_changes()
119 change_id: ChangeId, in unused_in_other_channels()
142 change_id: ChangeId, in unapply()
240 change_id: ChangeId, in unapply_newvertex()
311 change_id: ChangeId, in repair_newvertex_contexts()
366 change_id: ChangeId, in unapply_edges()
434 a: Vertex<ChangeId>, in must_reintroduce()
435 b: Vertex<ChangeId>, in must_reintroduce()
437 intro_id: ChangeId, in must_reintroduce()
500 change_id: ChangeId, in remove_zombies()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/alive/
H A Dmod.rs121 vids: &HashMap<Vertex<ChangeId>, crate::alive::VertexId>, in remove_redundant_children()
122 vertices: &mut HashSet<Vertex<ChangeId>>, in remove_redundant_children()
123 target: Vertex<ChangeId>, in remove_redundant_children()
160 vids: &HashMap<Vertex<ChangeId>, crate::alive::VertexId>, in remove_redundant_parents()
161 vertices: &mut HashSet<Vertex<ChangeId>>, in remove_redundant_parents()
162 covered: &mut HashSet<(Vertex<ChangeId>, Vertex<ChangeId>)>, in remove_redundant_parents()
163 target: Vertex<ChangeId>, in remove_redundant_parents()
H A Dretrieve.rs9 pos0: Position<ChangeId>, in retrieve()
74 pos: Position<ChangeId>, in new_vertex()
113 pos: Position<ChangeId>, in remove_forward_edges()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/changestore/
H A Dfilesystem.rs80 change: ChangeId, in load()
82 std::cell::RefMut<lru_cache::LruCache<ChangeId, ChangeFile>>, in load()
101 change_id: Option<ChangeId>, in save_from_buf()
112 change_id: Option<ChangeId>, in save_from_buf_unchecked()
153 key: Vertex<ChangeId>, in get_contents()
189 change: ChangeId, in change_deletes_position()
H A Dmod.rs33 key: Vertex<ChangeId>, in get_contents()
72 change: ChangeId, in change_deletes_position()
88 vertex: Vertex<ChangeId>, in get_file_meta()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/diff/
H A Dreplace.rs128 ) -> Vec<Position<Option<ChangeId>>> { in get_up_context()
186 ) -> Vec<Position<Option<ChangeId>>> { in get_up_context_conflict()
237 ) -> Vec<Position<Option<ChangeId>>> { in get_down_context()
310 ) -> Vec<Position<Option<ChangeId>>> { in get_down_context_conflict()
H A Ddelete.rs173 graph_key: Vertex<ChangeId>, in delete_parents()
174 del_key: Vertex<ChangeId>, in delete_parents()
355 v: Vertex<ChangeId>, in resurrect_zombie()
356 target: Vertex<ChangeId>, in resurrect_zombie()
H A Dvertex_buffer.rs58 inode: Position<Option<ChangeId>>, in new()
92 ) -> crate::pristine::Vertex<ChangeId> { in vertex()
103 pub fn position(&self, i: usize, pos: usize) -> crate::pristine::Position<ChangeId> { in position()
137 fn output_line<E, C>(&mut self, v: crate::pristine::Vertex<ChangeId>, c: C) -> Result<(), E> in output_line()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/output/
H A Dmod.rs94 inode_pos: Position<ChangeId>, in collect_children()
99 files: &mut HashMap<String, Vec<(Vertex<ChangeId>, OutputItem)>>, in collect_children()
183 pos: Position<ChangeId>, in is_zombie()
204 v0: Position<ChangeId>, in output_file()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/webplus/
H A Dstruct_env_change.go22 ChangeId string `json:"ChangeId" xml:"ChangeId"` member
H A Dstruct_env_change_detail.go22 ChangeId string `json:"ChangeId" xml:"ChangeId"` member

1234