Searched refs:location_end (Results 1 – 2 of 2) sorted by relevance
244 int32_t location_end = ReadUShort(end_index + location * end_offset); in SearchUShort() local246 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchUShort()248 if (key <= location_end) in SearchUShort()300 int32_t location_end = ReadULongAsInt(end_index + location * end_offset); in SearchULong() local302 fprintf(stderr, "**start: %d; end: %d\n", location_start, location_end); in SearchULong()304 if (key <= location_end) in SearchULong()
234 location_iterator location_end() const { in location_end() function240 return make_range(location_begin(), location_end()); in locations()