Searched refs:otherAsIon (Results 1 – 1 of 1) sorted by relevance
465 std::shared_ptr<C2AllocationIon> otherAsIon = std::static_pointer_cast<C2AllocationIon>(other); in equals() local466 return mImpl->ionHandle() == otherAsIon->mImpl->ionHandle(); in equals()