Searched refs:mapB (Results 1 – 1 of 1) sorted by relevance
418 const CounterDirectiveMap* mapB = other->rareNonInheritedData->m_counterDirectives.get(); in diff() local419 if (!(mapA == mapB || (mapA && mapB && *mapA == *mapB))) in diff()