Home
last modified time | relevance | path

Searched defs:FileId (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/codespan-reporting/src/
Ddiagnostic.rs81 file_id: FileId, in new()
83 ) -> Label<FileId> { in new()
95 pub fn primary(file_id: FileId, range: impl Into<Range<usize>>) -> Label<FileId> { in primary()
102 pub fn secondary(file_id: FileId, range: impl Into<Range<usize>>) -> Label<FileId> { in secondary()
107 pub fn with_message(mut self, message: impl Into<String>) -> Label<FileId> { in with_message()
141 pub fn new(severity: Severity) -> Diagnostic<FileId> { in new()
187 pub fn with_code(mut self, code: impl Into<String>) -> Diagnostic<FileId> { in with_code()
193 pub fn with_message(mut self, message: impl Into<String>) -> Diagnostic<FileId> { in with_message()
199 pub fn with_labels(mut self, mut labels: Vec<Label<FileId>>) -> Diagnostic<FileId> { in with_labels()
205 pub fn with_notes(mut self, mut notes: Vec<String>) -> Diagnostic<FileId> { in with_notes()
Dfiles.rs88 type FileId: 'a + Copy + PartialEq; typedef
113 fn line_index(&'a self, id: Self::FileId, byte_index: usize) -> Result<usize, Error>; in line_index()
127 fn line_number(&'a self, id: Self::FileId, line_index: usize) -> Result<usize, Error> { in line_number()
143 id: Self::FileId, in column_number()
156 fn location(&'a self, id: Self::FileId, byte_index: usize) -> Result<Location, Error> { in location()
166 fn line_range(&'a self, id: Self::FileId, line_index: usize) -> Result<Range<usize>, Error>; in line_range()
322 type FileId = (); typedef
388 type FileId = usize; typedef
Dterm.rs91 diagnostic: &Diagnostic<F::FileId>, in emit()
/aosp_15_r20/external/rust/android-crates-io/crates/codespan-reporting/examples/
Dcustom_files.rs79 pub struct FileId(u32); struct
98 ) -> Option<FileId> { in add()
124 type FileId = FileId; typedef
136 fn line_index(&self, file_id: FileId, byte_index: usize) -> Result<usize, files::Error> { in line_index()
145 file_id: FileId, in line_range()
168 fn to_diagnostic(&self) -> Diagnostic<files::FileId> { in to_diagnostic()
/aosp_15_r20/external/rust/android-crates-io/crates/codespan-reporting/src/term/
Dviews.rs29 diagnostic: &'diagnostic Diagnostic<FileId>, in new()
37 files: &'files impl Files<'files, FileId = FileId>, in render() argument
412 diagnostic: &'diagnostic Diagnostic<FileId>, in new()
423 files: &'files impl Files<'files, FileId = FileId>, in render() argument
/aosp_15_r20/system/core/init/libprefetch/prefetch/src/
H A Dformat.rs52 pub struct FileId(pub u64); struct
54 impl Display for FileId { implementation
367 pub fn open_file(&self, id: FileId, exclude_files_regex: &[Regex]) -> Result<File, Error> { in open_file()
393 pub fn insert_or_update_inode_info(&mut self, id: FileId, info: InodeInfo) { in insert_or_update_inode_info()
441 pub fn insert_or_update_inode(&mut self, id: FileId, stat: &Metadata, path: PathString) { in insert_or_update_inode()
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/
Dast.rs23 pub type FileId = usize; typedef
246 pub fn primary(&self) -> diagnostic::Label<FileId> { in primary()
249 pub fn secondary(&self) -> diagnostic::Label<FileId> { in secondary()
Dparser.rs649 ) -> Result<ast::File, Diagnostic<ast::FileId>> { in parse_inline()
671 ) -> Result<ast::File, Diagnostic<ast::FileId>> { in parse_file()
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp330 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, in HandleHasInclude()
403 bool InclusionRewriter::Process(FileID FileId, in Process()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSourceFile.h36 uint32_t FileId; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/Native/
DNativeSourceFile.h36 uint32_t FileId; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/Native/
DNativeSourceFile.h36 uint32_t FileId; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/Native/
DNativeSourceFile.h36 uint32_t FileId; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/Native/
DNativeSourceFile.h36 uint32_t FileId; variable
/aosp_15_r20/external/pigweed/pw_blob_store/public/pw_blob_store/
H A Dflat_file_system_entry.h62 Id FileId() const override { return file_id_; } in FileId() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp17 NativeSourceFile::NativeSourceFile(NativeSession &Session, uint32_t FileId, in NativeSourceFile()
/aosp_15_r20/external/pigweed/pw_persistent_ram/public/pw_persistent_ram/
H A Dflat_file_system_entry.h62 file::FlatFileSystemService::Entry::Id FileId() const final { in FileId() function
/aosp_15_r20/frameworks/base/services/incremental/
H A DServiceWrappers.h78 using FileId = incfs::FileId; variable
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp329 unsigned FileId = 0; in maybeRecordLocation() local
513 unsigned FileId = maybeRecordFile(SP->getFile()); in emitInlineeLinesSubsection() local
565 unsigned FileId = maybeRecordFile(Site.Inlinee->getFile()); in emitInlinedCallSite() local
/aosp_15_r20/system/incremental_delivery/libdataloader/include/
H A Ddataloader.h38 using FileId = IncFsFileId; variable
/aosp_15_r20/external/pigweed/pw_file/
H A Dflat_file_system_test.cc61 FlatFileSystemService::Entry::Id FileId() const override { return file_id_; } in FileId() function in pw::file::__anon5fef488d0111::FakeFile
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/
H A DIsoItem.h78 CByteBuffer FileId; member
/aosp_15_r20/system/incremental_delivery/incfs/include/
H A Dincfs.h180 using FileId = IncFsFileId; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp517 unsigned FileId = 0; in maybeRecordLocation() local
868 unsigned FileId = maybeRecordFile(SP->getFile()); in emitInlineeLinesSubsection() local
899 unsigned FileId = maybeRecordFile(Site.Inlinee->getFile()); in emitInlinedCallSite() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp526 unsigned FileId = 0; in maybeRecordLocation() local
983 unsigned FileId = maybeRecordFile(SP->getFile()); in emitInlineeLinesSubsection() local
1014 unsigned FileId = maybeRecordFile(Site.Inlinee->getFile()); in emitInlinedCallSite() local

123