reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
145 bool operator==(const RegisterValue &rhs) const;
314 SetValueDidChange(!(m_old_reg_value == m_reg_value));
tools/lldb/source/Utility/RegisterValue.cpp 797 return !(*this == rhs);
utils/unittest/googlemock/include/gmock/gmock-matchers.h 206 bool operator()(const A& a, const B& b) const { return a == b; }