Lines Matching defs:range
341 auto range = entries_.equal_range(iter->first);
343 for (auto it = range.first; it != range.second; ++it) {
348 iter = range.second;
371 // (A) {dist32/64} will be out of range at the next check in.
425 // Check that all entries are in range if the pool is emitted at {pc_offset}.
590 auto range = entries_.equal_range(iter->first);
592 for (auto it = range.first; it != range.second; ++it) {
597 iter = range.second;
620 // (A) {dist32/64} will be out of range at the next check in.
674 // Check that all entries are in range if the pool is emitted at {pc_offset}.