Searched refs:equal_pointees (Results 1 – 2 of 2) sorted by relevance
30 bool equal_pointees ( OptionalPointee const& x, OptionalPointee const& y ) in equal_pointees() function43 { return equal_pointees(x,y) ; } in operator ()()
29 { return equal_pointees(x,y); } in operator ==()63 { return equal_pointees(x, optional<T>(y)); } in operator ==()97 { return equal_pointees( optional<T>(x), y ); } in operator ==()