Searched refs:other_none (Results 1 – 1 of 1) sorted by relevance
1036 auto other_none = static_cast<const AbstractNone *>(&other); in operator ==() local1037 return *this == *other_none; in operator ==()1095 auto other_none = static_cast<const AbstractNull *>(&other); in operator ==() local1096 return *this == *other_none; in operator ==()1115 auto other_none = static_cast<const AbstractTimeOut *>(&other); in operator ==() local1116 return *this == *other_none; in operator ==()1136 auto other_none = static_cast<const AbstractEllipsis *>(&other); in operator ==() local1137 return *this == *other_none; in operator ==()