Searched defs:RawContentSection (Results 1 – 7 of 7) 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()
362 struct RawContentSection : Section { struct365 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument367 static bool classof(const Chunk *S) { in classof()372 std::optional<std::vector<uint8_t>> ContentBuf;
388 struct RawContentSection : Section { struct391 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument393 static bool classof(const Chunk *S) { in classof()398 std::optional<std::vector<uint8_t>> ContentBuf;
376 struct RawContentSection : Section { struct379 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument381 static bool classof(const Chunk *S) { in classof()386 std::optional<std::vector<uint8_t>> ContentBuf;
388 struct RawContentSection : Section { struct391 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() function393 static bool classof(const Chunk *S) { in classof()398 std::optional<std::vector<uint8_t>> ContentBuf;