| 48 | } |
| 49 | |
| 50 | bool operator<(const OniVideoMode& left, const OniVideoMode& right) |
| 51 | { |
| 52 | return (left.resolutionX * left.resolutionY < right.resolutionX * right.resolutionY); |
| 53 | } |
| 54 | |
| 55 | bool operator<(const OniDeviceInfo& left, const OniDeviceInfo& right) |
| 56 | { |
nothing calls this directly
no outgoing calls
no test coverage detected