Home
last modified time | relevance | path

Searched defs:FileEntry (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DFileEntry.h25 struct FileEntry { struct
33 FileEntry() = default; argument
34 FileEntry(uint32_t D, uint32_t B) : Dir(D), Base(B) {} in FileEntry() function
/third_party/nghttp2/src/
DHttpServer.h93 struct FileEntry { struct
109 std::multimap<std::string, std::unique_ptr<FileEntry>>::iterator it; argument
114 FileEntry *dlnext, *dlprev; argument
115 int fd;
116 int usecount;
117 bool stale;
/third_party/skia/third_party/externals/dawn/scripts/
Dextract.py38 class FileEntry(object): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp134 const FileNameEntry &FileEntry = FileNames[I]; in dump() local
175 DWARFDebugLine::FileNameEntry FileEntry; in parseV2DirFileTables() local
260 DWARFDebugLine::FileNameEntry FileEntry; in parseV5DirFileTables() local
656 FileNameEntry FileEntry; in parse() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc444 struct FileEntry { struct in google::protobuf::EncodedDescriptorDatabase::DescriptorIndex
445 int data_offset;
446 String encoded_name;
448 StringPiece name(const DescriptorIndex& index) const { in name()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h122 File FileEntry; member
/third_party/python/Lib/tkinter/
Dtix.py831 class FileEntry(TixWidget): class