Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DRIFF.h41 using FourCC = std::array<char, 4>; variable
43 inline constexpr FourCC fourCC(const char (&Literal)[5]) { in fourCC()
44 return FourCC{{Literal[0], Literal[1], Literal[2], Literal[3]}}; in fourCC()
46 inline constexpr llvm::StringRef fourCCStr(const FourCC &Data) { in fourCCStr()
51 FourCC ID;
59 FourCC Type;