Searched refs:DmTargetError (Results 1 – 4 of 4) sorted by relevance
344 class DmTargetError final : public DmTarget {346 DmTargetError(uint64_t start, uint64_t length) : DmTarget(start, length) {} in DmTargetError() function
764 table.Emplace<DmTargetError>(0, 1); in CreatePlaceholderDevice()
753 table.Emplace<DmTargetError>(0, 1); in TEST_F()
206 return std::make_unique<DmTargetError>(start_sector, num_sectors); in Next()