Searched refs:byLocationAndScope (Results 1 – 1 of 1) sorted by relevance
1025 std::unordered_map<LocationAndScope, size_t, LocationAndScope::Hash> byLocationAndScope; member1400 ASSERT(traps.byIndex.size() == traps.byLocationAndScope.size()); in finalize()1434 int index = getOrCreate(traps.byLocationAndScope, locationAndScope, [&] { in setLocation()1481 for(auto it : traps.byLocationAndScope) in onSetBreakpoint()1529 for(auto it : traps.byLocationAndScope) in onBreakpointsChanged()