Searched refs:CowFooter (Results 1 – 10 of 10) sorted by relevance
34 std::optional<CowFooter> footer() const override { return footer_; } in footer()42 std::optional<CowFooter> footer_;
37 if (header_.footer_size != sizeof(CowFooter)) { in Parse()39 << sizeof(CowFooter); in Parse()131 CowFooter* footer = &footer_.value(); in ParseOps()
40 virtual std::optional<CowFooter> footer() const { return std::nullopt; } in footer()
65 CowFooter footer_{};
136 CowFooter footer; in Inspect()
78 CowFooter footer; in TEST_F()126 CowFooter footer; in TEST_F()201 CowFooter footer; in TEST_F()695 ftruncate(cow_->fd, writer->GetCowSizeInfo().cow_size - sizeof(CowFooter) - 3); in TEST_F()1523 CowFooter footer; in TEST_F()
112 header_.footer_size = sizeof(CowFooter); in SetupHeaders()
486 bool CowReader::GetFooter(CowFooter* footer) { in GetFooter()
47 virtual bool GetFooter(CowFooter* footer) = 0;132 bool GetFooter(CowFooter* footer) override;186 std::optional<CowFooter> footer_;
314 struct CowFooter { struct