Home
last modified time | relevance | path

Searched defs:on_disk (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/mercurial/mercurial-6.0/rust/hg-core/src/dirstate_tree/
H A Dstatus.rs42 dmap: &'tree mut DirstateMap<'on_disk>, in status()
47 ) -> Result<(DirstateStatus<'on_disk>, Vec<PatternFileWarning>), StatusError> { in status()
166 dirstate_node: &NodeRef<'tree, 'on_disk>, in check_for_outdated_directory_cache()
222 dirstate_nodes: ChildNodesRef<'tree, 'on_disk>, in traverse_fs_directory_and_dirstate()
334 dirstate_node: NodeRef<'tree, 'on_disk>, in traverse_fs_and_dirstate()
422 dirstate_node: NodeRef<'tree, 'on_disk>, in maybe_save_directory_mtime()
497 dirstate_node: &NodeRef<'tree, 'on_disk>, in handle_normal_file()
561 dirstate_node: NodeRef<'tree, 'on_disk>, in traverse_dirstate_only()
581 hg_path: &BorrowedPath<'tree, 'on_disk>, in mark_removed_or_deleted_if_file()
673 hg_path: &BorrowedPath<'_, 'on_disk>, in mark_unknown_or_ignored()
H A Ddirstate_map.rs36 pub(super) on_disk: &'on_disk [u8], field
84 pub fn detach_from_tree(&self) -> Cow<'on_disk, HgPath> { in detach_from_tree()
112 ) -> ChildNodesRef<'tree, 'on_disk> { in as_ref()
131 &mut FastHashMap<NodeKey<'on_disk>, Node<'on_disk>>, in make_mut()
191 ) -> impl Iterator<Item = NodeRef<'tree, 'on_disk>> { in iter()
218 pub(super) fn sorted(&self) -> Vec<NodeRef<'tree, 'on_disk>> { in sorted()
514 root: &'tree mut ChildNodes<'on_disk>, in get_node_mut()
555 root: &'tree mut ChildNodes<'on_disk>, in get_or_insert_node()
559 ) -> WithBasename<Cow<'on_disk, HgPath>>, in get_or_insert_node()
809 nodes: &mut ChildNodes<'on_disk>, in drop_entry_and_copy_source()
[all …]
H A Downing.rs18 on_disk: Box<dyn Deref<Target = [u8]> + Send>, field
33 let on_disk = Box::new(on_disk); in new_empty() localVariable
73 pub fn on_disk<'a>(&'a self) -> &'a [u8] { in on_disk() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/storage/indexed_db/scopes/
H A Dleveldb_scopes_coding_unittest.cc131 std::string on_disk = "AB\x01\x81\x08"; in TEST() local
144 std::string on_disk = "AB\x02\x81\x08"; in TEST() local
156 std::string on_disk = "AB\x01\xFF"; in TEST() local
172 std::string on_disk = "XX\x01\x81\x08"; in TEST() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/storage/indexed_db/scopes/
H A Dleveldb_scopes_coding_unittest.cc131 std::string on_disk = "AB\x01\x81\x08"; in TEST() local
144 std::string on_disk = "AB\x02\x81\x08"; in TEST() local
156 std::string on_disk = "AB\x01\xFF"; in TEST() local
172 std::string on_disk = "XX\x01\x81\x08"; in TEST() local
/dports/devel/mercurial/mercurial-6.0/rust/hg-core/src/
H A Ddirstate_tree.rs2 pub mod on_disk; module
/dports/databases/p5-T2/T2-0.10/lib/T2/
H A DClass.pm545 sub on_disk { subroutine
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dtextfile.h86 } on_disk; variable
/dports/devel/mercurial/mercurial-6.0/rust/hg-cpython/src/dirstate/
H A Ddirstate_map.rs55 let on_disk = PyBytesDeref::new(py, on_disk); localVariable
81 let on_disk = PyBytesDeref::new(py, on_disk); localVariable
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/depot_tools/
H A Dgit_number.py99 def clear_caches(on_disk=False): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgit_number.py99 def clear_caches(on_disk=False): argument
/dports/graphics/gegl/gegl-0.4.34/gegl/module/
H A Dgeglmodule.h65 gboolean on_disk; /* TRUE if file still exists */ member
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Drevert.c173 svn_node_kind_t on_disk; in revert_restore_handle_copied_dirs() local
499 svn_node_kind_t on_disk; in revert_wc_data() local
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DHamiltonian.cpp299 …const bool on_disk = (( fcidumpfile.length() > 0 ) && ( stat( fcidumpfile.c_str(), &file_info ) ==… in CreateAndFillFromFCIDUMP() local
440 … const bool on_disk = (( fockfile.length() > 0 ) && ( stat( fockfile.c_str(), &file_info ) == 0 )); in readfock() local
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Drevert.c173 svn_node_kind_t on_disk; in revert_restore_handle_copied_dirs() local
499 svn_node_kind_t on_disk; in revert_wc_data() local
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_wc/
H A Drevert.c173 svn_node_kind_t on_disk; in revert_restore_handle_copied_dirs() local
499 svn_node_kind_t on_disk; in revert_wc_data() local
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Drevert.c173 svn_node_kind_t on_disk; in revert_restore_handle_copied_dirs() local
499 svn_node_kind_t on_disk; in revert_wc_data() local
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dindex.h36 unsigned int on_disk:1; member
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dindex.h38 unsigned int on_disk:1; member
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dindex.h38 unsigned int on_disk:1; member
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dindex.h38 unsigned int on_disk:1; member
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dindex.h38 unsigned int on_disk:1; member
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dindex.h38 unsigned int on_disk:1; member
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dindex.h38 unsigned int on_disk:1; member
/dports/graphics/gimp-app/gimp-2.10.30/libgimpmodule/
H A Dgimpmodule.h186 gboolean on_disk; /* TRUE if file still exists */ member

123