Home
last modified time | relevance | path

Searched refs:other_ptr (Results 1 – 1 of 1) sorted by relevance

/system/core/fs_mgr/liblp/
Dbuilder.cpp65 auto other_ptr = static_cast<const LinearExtent*>(&other); in operator ==() local
66 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 ==()