Searched refs:other_ptr (Results 1 – 1 of 1) sorted by relevance
65 auto other_ptr = static_cast<const LinearExtent*>(&other); in operator ==() local66 return num_sectors_ == other_ptr->num_sectors_ && in operator ==()67 physical_sector_ == other_ptr->physical_sector_ && in operator ==()68 device_index_ == other_ptr->device_index_; in operator ==()