Searched refs:reserve_unordered_map (Results 1 – 4 of 4) sorted by relevance
71 #define reserve_unordered_map(map, n) ((map)->rehash(n)) macro85 #define reserve_unordered_map(map, n) ((map)->rehash(n)) macro134 #define reserve_unordered_map(map, n) ((map)->resize(n))147 #define reserve_unordered_map(map, n)
209 reserve_unordered_map(initialize_map, map->entries.size() * 2); in initialize_input_to_output_map()
5224 reserve_unordered_map(&this->signatures_, in find_or_add_kept_section()
13627 * gold.h (reserve_unordered_map): Define, three versions, one for