Home
last modified time | relevance | path

Searched defs:GraphError (Results 1 – 25 of 112) sorted by relevance

12345

/dports/devel/mercurial/mercurial-6.0/rust/hg-core/src/
H A Ddagops.rs23 ) -> Result<(), GraphError> { in remove_parents() argument
46 ) -> Result<HashSet<Revision>, GraphError> { in heads() argument
71 ) -> Result<(), GraphError> { in retain_heads() argument
90 ) -> Result<Vec<Revision>, GraphError> { in roots() argument
137 ) -> Result<BTreeSet<Revision>, GraphError> { in range() argument
180 ) -> Result<Vec<Revision>, GraphError> { in retain_heads_sorted() argument
206 ) -> Result<Vec<Revision>, GraphError> { in heads_sorted() argument
231 ) -> Result<Vec<Revision>, GraphError> { in roots_sorted() argument
257 ) -> Result<Vec<Revision>, GraphError> { in range_vec() argument
H A Ddiscovery.rs58 parentsfn: impl Fn(Revision) -> Result<I, GraphError>, in update_sample() argument
107 ) -> Result<ParentsIterator, GraphError> { in graph_parents() argument
219 ) -> Result<(), GraphError> { in add_common_revisions() argument
244 ) -> Result<(), GraphError> { in add_missing_revisions() argument
301 pub fn common_heads(&self) -> Result<HashSet<Revision>, GraphError> { in common_heads() argument
315 fn ensure_undecided(&mut self) -> Result<(), GraphError> { in ensure_undecided() argument
325 fn ensure_children_cache(&mut self) -> Result<(), GraphError> { in ensure_children_cache() argument
353 ) -> Result<Vec<Revision>, GraphError> { in take_quick_sample() argument
391 ) -> Result<(HashSet<Revision>, usize), GraphError> { in bidirectional_sample() argument
465 ) -> Result<Vec<Revision>, GraphError> { in take_full_sample() argument
[all …]
H A Dancestors.rs54 ) -> Result<Self, GraphError> { in new() argument
93 pub fn contains(&mut self, target: Revision) -> Result<bool, GraphError> { in contains() argument
174 ) -> Result<Self, GraphError> { in new() argument
190 pub fn contains(&mut self, rev: Revision) -> Result<bool, GraphError> { in contains() argument
237 pub fn bases_heads(&self) -> Result<HashSet<Revision>, GraphError> { in bases_heads() argument
244 ) -> Result<HashSet<Revision>, GraphError> { in into_bases_heads() argument
275 ) -> Result<(), GraphError> { in remove_ancestors_from() argument
311 fn add_parents(&mut self, rev: Revision) -> Result<(), GraphError> { in add_parents() argument
334 ) -> Result<Vec<Revision>, GraphError> { in missing_ancestors() argument
527 fn parents(&self, rev: Revision) -> Result<[Revision; 2], GraphError> { in parents() argument
H A Dtesting.rs43 fn parents(&self, rev: Revision) -> Result<[Revision; 2], GraphError> { in parents() argument
69 fn parents(&self, rev: Revision) -> Result<[Revision; 2], GraphError> { in parents() argument
H A Drevlog.rs47 fn parents(&self, rev: Revision) -> Result<[Revision; 2], GraphError>; in parents() argument
51 pub enum GraphError { enum
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/
H A Dlib.rs91 ) -> Result<(), T::GraphError> { in commit()
117 ) -> Result<(), crate::apply::ApplyError<C::Error, Self::GraphError>> { in apply_change_rec_ws()
240 ) -> Result<Inode, fs::FsError<Self::GraphError>> { in add()
249 ) -> Result<(), fs::FsError<Self::GraphError>> { in move_file()
357 ) -> Result<Option<u64>, Self::GraphError> { in has_change()
371 ) -> Result<bool, Self::GraphError> { in is_alive()
383 ) -> Result<Log<'txn, Self>, Self::GraphError> { in log() argument
413 ) -> Result<RevLog<'txn, Self>, Self::GraphError> { in reverse_log() argument
433 Self::GraphError, in changeid_reverse_log()
463 ) -> Result<Option<u64>, Self::GraphError> { in get_revchanges()
[all …]
H A Dapply.rs128 ) -> Result<(), ApplyError<P::Error, T::GraphError>> { in apply_change_rec_ws()
212 ) -> Result<(), ApplyError<P::Error, T::GraphError>> { in apply_change_rec()
230 ) -> Result<(u64, Merkle), LocalApplyError<T::GraphError>> { in apply_change_to_channel()
456 ) -> Result<(), LocalApplyError<T::GraphError>> { in clean_obsolete_pseudo_edges()
524 ) -> Result<(), LocalApplyError<T::GraphError>> { in repair_missing_contexts()
558 ) -> Result<(), LocalApplyError<T::GraphError>> { in repair_new_vertex_context_up()
585 ) -> Result<(), LocalApplyError<T::GraphError>> { in repair_new_vertex_context_down()
625 ) -> Result<(), LocalApplyError<T::GraphError>> { in repair_edge_context()
653 ) -> Result<(), LocalApplyError<T::GraphError>> { in repair_cyclic_paths()
684 ) -> Result<(), LocalApplyError<T::GraphError>> { in repair_edge()
[all …]
H A Dmissing_context.rs32 InconsistentChange<T::GraphError>, in load_graph()
73 ) -> Result<(), MissingError<T::GraphError>> { in repair_missing_up_context()
101 ) -> Result<(), TxnErr<T::GraphError>> { in repair_regular_up()
128 ) -> Result<(), MissingError<T::GraphError>> { in repair_missing_down_context()
161 ) -> Result<(), MissingError<T::GraphError>> { in repair_context_nondeleted()
184 ) -> Result<(), MissingError<T::GraphError>> { in reconnect_target_up()
247 ) -> Result<(), MissingError<T::GraphError>> { in detect_folder_conflict_resolutions()
270 ) -> Result<(), MissingError<T::GraphError>> { in detect_folder_conflict_resolution()
509 ) -> Result<(), MissingError<T::GraphError>> { in delete_pseudo_edges()
539 ) -> Result<(), MissingError<T::GraphError>> { in repair_parents_of_deleted()
H A Dfind_alive.rs8 ) -> Result<HashSet<Vertex<ChangeId>>, BlockError<T::GraphError>> { in find_alive_down()
57 ) -> Result<HashSet<Vertex<ChangeId>>, BlockError<T::GraphError>> { in find_alive_up()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/pristine/
H A Dmod.rs384 TxnErr<Self::GraphError>, in cursor_changeset()
403 TxnErr<Self::GraphError>, in cursor_revchangeset_ref()
417 TxnErr<Self::GraphError>, in rev_cursor_revchangeset()
450 TxnErr<Self::GraphError>, in cursor_tags()
475 TxnErr<Self::GraphError>, in rev_iter_tags()
672 TxnErr<Self::GraphError>, in iter_remote()
687 TxnErr<Self::GraphError>, in iter_rev_remote()
878 TxnErr<T::GraphError>, in changeid_log()
903 TxnErr<T::GraphError>, in changeid_rev_log()
1787 ) -> Result<bool, Self::GraphError>; in put_remote()
[all …]
H A Dsanakirja.rs366 type GraphError = SanakirjaError; typedef
901 TxnErr<Self::GraphError>, in cursor_tags()
943 TxnErr<Self::GraphError>, in iter_tags()
954 TxnErr<Self::GraphError>, in rev_iter_tags()
1350 TxnErr<Self::GraphError>, in iter_remote()
1367 TxnErr<Self::GraphError>, in iter_rev_remote()
1503 ) -> Result<(), TxnErr<Self::GraphError>> { in split_block()
1673 ) -> Result<(), TxnErr<Self::GraphError>> { in put_tags()
1682 ) -> Result<(), TxnErr<Self::GraphError>> { in del_tags()
1732 ) -> Result<bool, Self::GraphError> { in put_remote()
[all …]
/dports/devel/mercurial/mercurial-6.0/rust/hg-cpython/src/
H A Dexceptions.rs23 impl GraphError { impl
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/unrecord/
H A Dmod.rs53 ) -> Result<bool, UnrecordError<P::Error, T::GraphError>> { in unrecord()
91 ) -> Result<(), UnrecordError<P::Error, T::GraphError>> { in del_channel_changes()
120 ) -> Result<bool, TxnErr<T::GraphError>> { in unused_in_other_channels()
145 ) -> Result<(), UnrecordError<C::Error, T::GraphError>> { in unapply()
243 ) -> Result<(), UnrecordError<C::Error, T::GraphError>> { in unapply_newvertex()
312 ) -> Result<(), UnrecordError<C::Error, T::GraphError>> { in repair_newvertex_contexts()
370 ) -> Result<(), UnrecordError<P::Error, T::GraphError>> { in unapply_edges()
439 ) -> Result<bool, UnrecordError<C::Error, T::GraphError>> { in must_reintroduce()
502 ) -> Result<(), UnrecordError<C::Error, T::GraphError>> { in remove_zombies()
528 ) -> Result<(), BlockError<T::GraphError>> { in collect_zombies()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/alive/
H A Dretrieve.rs10 ) -> Result<Graph, TxnErr<T::GraphError>> { in retrieve()
75 ) -> Result<Option<AliveVertex>, TxnErr<T::GraphError>> { in new_vertex()
114 ) -> Result<(), TxnErr<T::GraphError>> { in remove_forward_edges()
H A Doutput.rs24 ) -> Result<(), FileError<P::Error, T::GraphError>> { in output_conflict()
114 ) -> Result<u64, TxnErr<T::GraphError>> { in oldest_vertex()
164 ) -> Result<(), FileError<P::Error, T::GraphError>> { in output_scc()
217 ) -> Result<(), crate::output::FileError<P::Error, T::GraphError>> { in output_graph()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/apply/
H A Dedge.rs139 ) -> Result<(), LocalApplyError<T::GraphError>> { in check_valid()
164 ) -> Result<Vertex<ChangeId>, LocalApplyError<T::GraphError>> { in find_source_vertex()
185 ) -> Result<Vertex<ChangeId>, LocalApplyError<T::GraphError>> { in find_target_vertex()
205 ) -> Result<(), LocalApplyError<T::GraphError>> { in collect_pseudo_edges()
244 ) -> Result<(), LocalApplyError<T::GraphError>> { in reconnect_pseudo_edges()
341 ) -> Result<(), MissingError<T::GraphError>> { in zombify()
H A Dvertex.rs13 ) -> Result<(), LocalApplyError<T::GraphError>> { in put_newvertex()
79 ) -> Result<bool, LocalApplyError<T::GraphError>> { in put_up_context()
128 ) -> Result<bool, LocalApplyError<T::GraphError>> { in put_down_context()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/diff/
H A Ddelete.rs24 ) -> Result<(), TxnErr<T::GraphError>> { in delete()
62 ) -> Result<(), TxnErr<T::GraphError>> { in delete_lines()
105 ) -> Result<Deletion, TxnErr<T::GraphError>> { in delete_lines()
176 ) -> Result<(), TxnErr<T::GraphError>> { in delete_parents()
303 ) -> Result<(), TxnErr<T::GraphError>> { in resurrect_zombies()
358 ) -> Result<(), TxnErr<T::GraphError>> { in resurrect_zombie()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/output/
H A Doutput.rs62 ) -> Result<Vec<Conflict>, OutputError<P::Error, T::GraphError, R::Error>> in output_repository_no_pending()
81 T: TreeMutTxnT + ChannelMutTxnT + GraphMutTxnT<GraphError = <T as TreeTxnT>::TreeError>, in output_loop()
92 ) -> Result<Vec<Conflict>, OutputError<P::Error, T::GraphError, R::Error>> { in output_loop()
131 + GraphMutTxnT<GraphError = <T as TreeTxnT>::TreeError> in output_repository()
512 ) -> Result<(), OutputError<P::Error, T::GraphError, W::Error>> { in output_item()
548 ) -> Result<bool, TxnErr<T::GraphError>> { in is_alive_or_zombie()
570 fn collect_dead_files<T: TreeTxnT + GraphTxnT<GraphError = <T as TreeTxnT>::TreeError>>( in collect_dead_files()
575 ) -> Result<HashMap<OwnedPathId, (Inode, Option<String>)>, TxnErr<T::GraphError>> { in collect_dead_files()
616 T: ChannelTxnT<GraphError = T::TreeError> + TreeMutTxnT, in kill_dead_files()
H A Dmod.rs100 ) -> Result<(), PristineOutputError<P::Error, T::GraphError>> { in collect_children()
184 ) -> Result<bool, TxnErr<T::GraphError>> { in is_zombie()
206 ) -> Result<(), FileError<C::Error, T::GraphError>> { in output_file()
/dports/math/py-altgraph/altgraph-0.15/altgraph/
H A D__init__.py146 class GraphError(ValueError): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/altgraph/altgraph/
H A D__init__.py134 class GraphError(ValueError): class
/dports/www/firefox-legacy/firefox-52.8.0esr/python/altgraph/altgraph/
H A D__init__.py134 class GraphError(ValueError): class
/dports/devel/py-azure-graphrbac/azure-graphrbac-0.61.1/azure/graphrbac/models/
H A Dgraph_error.py16 class GraphError(Model): class
H A Dgraph_error_py3.py16 class GraphError(Model): class

12345