Home
last modified time | relevance | path

Searched defs:FileInfo (Results 1 – 12 of 12) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dzip_writer.h50 struct FileInfo { struct
58 std::vector<FileInfo> files_; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCachePruning.cpp30 struct FileInfo { struct
31 sys::TimePoint<> Time;
32 uint64_t Size;
33 std::string Path;
37 bool operator<(const FileInfo &Other) const { in operator <()
245 auto FileInfo = FileInfos.begin(); in pruneCache() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h229 struct FileInfo { struct
232 // Indicates if this FileInfo corresponds to an actual file, or hasn't been argument
246 SmallVector<FileInfo, 4> Files; argument
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileManager.js19 const FileInfo = { variable
31 FileInfo: FileInfo, property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleList.cpp163 BinaryStreamRef FileInfo) { in initialize()
186 Error DbiModuleList::initializeFileInfo(BinaryStreamRef FileInfo) { in initializeFileInfo()
/third_party/rust/crates/proc-macro2/src/
Dfallback.rs338 struct FileInfo { struct
346 impl FileInfo { argument
471 fn fileinfo(&self, span: Span) -> &FileInfo { in fileinfo()
480 fn fileinfo_mut(&mut self, span: Span) -> &mut FileInfo { in fileinfo_mut()
/third_party/gn/src/base/files/
Dfile_enumerator_posix.cc36 FileEnumerator::FileInfo::FileInfo() { in FileInfo() function in base::FileEnumerator::FileInfo
Dfile_enumerator_win.cc37 FileEnumerator::FileInfo::FileInfo() { in FileInfo() function in base::FileEnumerator::FileInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h39 class FileInfo; variable
423 FileInfo(const GCOV::Options &Options) : Options(Options) {} in FileInfo() function
/third_party/typescript/src/compiler/
DbuilderState.ts64 export interface FileInfo { interface
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py162 class FileInfo(namedtuple('FileInfo', 'filename lno')): class
/third_party/json/tools/cpplint/
Dcpplint.py1555 class FileInfo(object): class