Searched refs:createHashMap (Results 1 – 2 of 2) sorted by relevance
50 inline HashMap<Key, Value> createHashMap() { in createHashMap() function51 return createHashMap<Key, Value>(10); in createHashMap()55 inline HashMap<Key, Value> createHashMap(size_t capacity) { in createHashMap() function
85 HashMap<Key, Value> createHashMap();88 HashMap<Key, Value> createHashMap(size_t capacity);