Searched refs:num_locs (Results 1 – 2 of 2) sorted by relevance
485 size_t num_locs = 0; in GetNumLocations() local489 num_locs = bkpt_sp->GetNumLocations(); in GetNumLocations()491 return num_locs; in GetNumLocations()
305 const auto num_locs = bp.GetNumLocations(); in CreateBreakpoint() local306 for (size_t i = 0; i < num_locs; ++i) { in CreateBreakpoint()