| 188 | } |
| 189 | |
| 190 | bool operator<(const DbgRef<T>& obj) const |
| 191 | { |
| 192 | return m_obj < obj.m_obj; |
| 193 | } |
| 194 | |
| 195 | template <typename H> |
| 196 | friend H AbslHashValue(H h, const DbgRef<T>& value) |
nothing calls this directly
no outgoing calls
no test coverage detected