Searched defs:RawContentSection (Results 1 – 3 of 3) sorted by relevance
106 struct RawContentSection : Section { struct109 RawContentSection() : Section(SectionKind::RawContent) {} in RawContentSection() argument110 static bool classof(const Section *S) { in classof()
243 struct RawContentSection : Section { struct248 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument250 static bool classof(const Chunk *S) { in classof()
294 struct RawContentSection : Section { struct297 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() function299 static bool classof(const Chunk *S) { in classof()304 Optional<std::vector<uint8_t>> ContentBuf;