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() function39 { return equal_pointees(x,y) ; } in operator ()()
757 { return equal_pointees(x,y); } in operator ==()791 { return equal_pointees(x, optional<T>(y)); } in operator ==()825 { return equal_pointees( optional<T>(x), y ); } in operator ==()860 { return equal_pointees(x, optional<T>() ); } in operator ==()894 { return equal_pointees(optional<T>() ,y); } in operator ==()