Searched refs:this_point (Results 1 – 2 of 2) sorted by relevance
526 auto this_point = AsDependencePoint(); in operator ==() local529 return *this_point->GetSource() == *other_point->GetSource() && in operator ==()530 *this_point->GetDestination() == *other_point->GetDestination(); in operator ==()