Home
last modified time | relevance | path

Searched defs:SourceRoot (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/base-db/src/
Dinput.rs35 pub struct SourceRoot { struct
44 impl SourceRoot { impl
45 pub fn new_local(file_set: FileSet) -> SourceRoot { in new_local()
49 pub fn new_library(file_set: FileSet) -> SourceRoot { in new_library()
Dchange.rs42 pub fn set_roots(&mut self, roots: Vec<SourceRoot>) { in set_roots()
Dlib.rs101 fn source_root(&self, id: SourceRootId) -> Arc<SourceRoot>; in source_root()
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dreload.rs749 pub(crate) fn partition(&self, vfs: &vfs::Vfs) -> Vec<SourceRoot> { in partition()
/third_party/vk-gl-cts/scripts/android/
Dbuild_apk.py242 class SourceRoot (ResolvablePathComponent): class