Searched defs:RawContentSection (Results 1 – 3 of 3) sorted by relevance
106 struct RawContentSection : Section { struct109 RawContentSection() : Section(SectionKind::RawContent) {} in RawContentSection() function110 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()
362 struct RawContentSection : Section { struct365 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() function367 static bool classof(const Chunk *S) { in classof()372 std::optional<std::vector<uint8_t>> ContentBuf;