Home
last modified time | relevance | path

Searched defs:VfsPath (Results 1 – 19 of 19) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/vfs/src/
H A Dvfs_path.rs13 pub struct VfsPath(VfsPathRepr); struct
15 impl VfsPath { impl
23 pub fn new_virtual_path(path: String) -> VfsPath { in new_virtual_path()
30 pub fn new_real_path(path: String) -> VfsPath { in new_real_path()
43 pub fn join(&self, path: &str) -> Option<VfsPath> { in join()
90 pub fn parent(&self) -> Option<VfsPath> { in parent()
H A Dfile_set.rs42 pub fn path_for_file(&self, file: &FileId) -> Option<&VfsPath> { in path_for_file()
50 pub fn insert(&mut self, file_id: FileId, path: VfsPath) { in insert()
128 fn classify(&self, path: &VfsPath, scratch_space: &mut Vec<u8>) -> usize { in classify()
159 pub fn add_file_set(&mut self, roots: Vec<VfsPath>) { in add_file_set()
H A Dpath_interner.rs45 pub(crate) fn lookup(&self, id: FileId) -> &VfsPath { in lookup()
H A Dlib.rs122 pub fn file_path(&self, file_id: FileId) -> VfsPath { in file_path()
155 pub fn set_file_contents(&mut self, path: VfsPath, contents: Option<Vec<u8>>) -> bool { in set_file_contents()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/vfs/src/
H A Dvfs_path.rs13 pub struct VfsPath(VfsPathRepr); struct
15 impl VfsPath { impl
23 pub fn new_virtual_path(path: String) -> VfsPath { in new_virtual_path()
30 pub fn new_real_path(path: String) -> VfsPath { in new_real_path()
43 pub fn join(&self, path: &str) -> Option<VfsPath> { in join()
90 pub fn parent(&self) -> Option<VfsPath> { in parent()
H A Dfile_set.rs42 pub fn path_for_file(&self, file: &FileId) -> Option<&VfsPath> { in path_for_file()
50 pub fn insert(&mut self, file_id: FileId, path: VfsPath) { in insert()
128 fn classify(&self, path: &VfsPath, scratch_space: &mut Vec<u8>) -> usize { in classify()
159 pub fn add_file_set(&mut self, roots: Vec<VfsPath>) { in add_file_set()
H A Dpath_interner.rs45 pub(crate) fn lookup(&self, id: FileId) -> &VfsPath { in lookup()
H A Dlib.rs122 pub fn file_path(&self, file_id: FileId) -> VfsPath { in file_path()
155 pub fn set_file_contents(&mut self, path: VfsPath, contents: Option<Vec<u8>>) -> bool { in set_file_contents()
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/file/vfs/
H A Dvfs_path.h40 typedef Path VfsPath; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_completion/src/completions/
H A Dmod_.rs93 module_file_path: &VfsPath, in directory_to_look_for_submodules()
94 ) -> Option<VfsPath> { in directory_to_look_for_submodules()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_completion/src/completions/
H A Dmod_.rs93 module_file_path: &VfsPath, in directory_to_look_for_submodules()
94 ) -> Option<VfsPath> { in directory_to_look_for_submodules()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/rust-analyzer/src/
H A Dmem_docs.rs22 pub(crate) fn insert(&mut self, path: VfsPath, data: DocumentData) -> Result<(), ()> { in insert()
H A Dfrom_proto.rs21 pub(crate) fn vfs_path(url: &lsp_types::Url) -> Result<vfs::VfsPath> { in vfs_path()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/rust-analyzer/src/
H A Dmem_docs.rs22 pub(crate) fn insert(&mut self, path: VfsPath, data: DocumentData) -> Result<(), ()> { in insert()
H A Dfrom_proto.rs21 pub(crate) fn vfs_path(url: &lsp_types::Url) -> Result<vfs::VfsPath> { in vfs_path()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/rust-analyzer/src/cli/
H A Danalysis_stats.rs367 ) -> Option<(VfsPath, LineCol, LineCol)> { in expr_syntax_range()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/rust-analyzer/src/cli/
H A Danalysis_stats.rs367 ) -> Option<(VfsPath, LineCol, LineCol)> { in expr_syntax_range()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/base_db/src/
H A Dinput.rs44 pub fn path_for_file(&self, file: &FileId) -> Option<&VfsPath> { in path_for_file()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/base_db/src/
H A Dinput.rs44 pub fn path_for_file(&self, file: &FileId) -> Option<&VfsPath> { in path_for_file()