Home
last modified time | relevance | path

Searched refs:CodeEntry (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/gif/
Dcfx_lzwdecompressor.h17 struct CodeEntry { struct
61 CodeEntry code_table_[GIF_MAX_LZW_CODE];
/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.h341 struct CodeEntry { struct
346 using CodeFiles = llvm::StringMap<CodeEntry>; argument
349 SingleASTUnit createASTUnit(StringRef FileName, const CodeEntry &CE) const { in createASTUnit()