Searched refs:AppearsErased (Results 1 – 4 of 4) sorted by relevance
140 bool FlashPartition::AppearsErased(std::span<const byte> data) const { in AppearsErased() function in pw::kvs::FlashPartition
179 EXPECT_EQ(true, test_partition.AppearsErased(as_bytes(data_span))); in TEST()
45 if (partition.AppearsErased(std::as_bytes(std::span(&header.magic, 1)))) { in Read()
247 bool AppearsErased(std::span<const std::byte> data) const;