| 67 | |
| 68 | |
| 69 | bool IsSameBaseModule(const ModuleNameAndOffset& other) const |
| 70 | { |
| 71 | return ((module == other.module) || (GetPathBaseName(module) == GetPathBaseName(other.module))); |
| 72 | } |
| 73 | |
| 74 | |
| 75 | bool IsSameBaseModule(const std::string& other) const |
nothing calls this directly
no outgoing calls
no test coverage detected