Lines Matching refs:ptr2
50967 operator==(const GCCellPtr& ptr1, const GCCellPtr& ptr2)50969 return ptr1.asCell() == ptr2.asCell();50973 operator!=(const GCCellPtr& ptr1, const GCCellPtr& ptr2)50975 return !(ptr1 == ptr2);