Searched defs:SuperImageExtent (Results 1 – 1 of 1) sorted by relevance
32 struct SuperImageExtent { struct35 SuperImageExtent(const SuperImageExtent& other) = default; argument37 SuperImageExtent(uint64_t offset, uint64_t size, Type type) in SuperImageExtent() argument40 SuperImageExtent(uint64_t offset, std::shared_ptr<std::string> blob) in SuperImageExtent() argument45 SuperImageExtent(uint64_t offset, uint64_t size, const std::string& image_name, in SuperImageExtent() function59 uint64_t offset = 0;60 uint64_t size = 0;61 Type type = Type::INVALID;64 std::shared_ptr<std::string> blob;67 std::string image_name;[all …]