Home
last modified time | relevance | path

Searched refs:DepsError (Results 1 – 10 of 10) sorted by relevance

/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/pristine/
H A Dmod.rs533 type DepsError: std::error::Error + Send + Sync + 'static; typedef
536 table_get!(dep, ChangeId, ChangeId, DepsError);
537 cursor_ref!(dep, ChangeId, ChangeId, DepsError);
538 table_get!(revdep, ChangeId, ChangeId, DepsError);
556 TxnErr<Self::DepsError>, in iter_touched() argument
563 TxnErr<Self::DepsError>, in iter_rev_touched() argument
620 + DepsTxnT<DepsError = <Self as GraphTxnT>::GraphError>
1437 DepsError
1444 DepsError
1715 put_del!(dep, ChangeId, ChangeId, DepsError);
[all …]
H A Dsanakirja.rs975 type DepsError = SanakirjaError; typedef
979 sanakirja_table_get!(dep, ChangeId, ChangeId, DepsError);
980 sanakirja_table_get!(revdep, ChangeId, ChangeId, DepsError);
991 sanakirja_table_get!(touched_files, Position<ChangeId>, ChangeId, DepsError);
1016 TxnErr<Self::DepsError>, in iter_revdep() argument
1026 TxnErr<Self::DepsError>, in iter_dep() argument
1036 TxnErr<Self::DepsError>, in iter_touched() argument
1046 TxnErr<Self::DepsError>, in iter_rev_touched() argument
1689 sanakirja_put_del!(dep, ChangeId, ChangeId, DepsError);
1690 sanakirja_put_del!(revdep, ChangeId, ChangeId, DepsError);
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/
H A Dchange.rs186 T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>, in dependencies() argument
191 ) -> Result<(Vec<Hash>, Vec<Hash>), TxnErr<T::DepsError>> { in dependencies() argument
252 pub fn full_dependencies<T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>>( in full_dependencies() argument
255 ) -> Result<(Vec<Hash>, Vec<Hash>), TxnErr<T::DepsError>> { in full_dependencies() argument
343 fn minimize_deps<T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>>( in minimize_deps() argument
347 ) -> Result<Vec<Hash>, TxnErr<T::DepsError>> { in minimize_deps() argument
1244 pub fn make_change<T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>>( in make_change() argument
1251 ) -> Result<Self, TxnErr<T::DepsError>> { in make_change() argument
H A Dlib.rs405 ) -> Result<pristine::RevPathChangeset<'channel, 'txn, Self>, Self::DepsError> { in rev_log_for_path() argument
473 fn touched_files(&self, h: &pristine::Hash) -> Result<Option<Touched<Self>>, Self::DepsError> { in touched_files() argument
642 … T: pristine::DepsTxnT + pristine::GraphTxnT<GraphError = <T as pristine::DepsTxnT>::DepsError>,
645 type Item = Result<pristine::Position<pristine::Hash>, T::DepsError>;
H A Dapply.rs316 + DepsMutTxnT<DepsError = <T as GraphTxnT>::GraphError> in apply_local_change_ws() argument
354 + DepsMutTxnT<DepsError = <T as GraphTxnT>::GraphError> in apply_local_change() argument
H A Dfs.rs943 pub fn get_latest_touch<'a, T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>>( in get_latest_touch() argument
H A Drecord.rs997 pub fn into_change<T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>>( in into_change() argument
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/output/
H A Darchive.rs135 T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>, in archive() argument
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/unrecord/
H A Dmod.rs85 T: ChannelMutTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>, in del_channel_changes() argument
/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() argument