Home
last modified time | relevance | path

Searched refs:createHashMap (Results 1 – 2 of 2) sorted by relevance

/external/google-fruit/include/fruit/impl/util/
Dhash_helpers.defn.h50 inline HashMap<Key, Value> createHashMap() { in createHashMap() function
51 return createHashMap<Key, Value>(10); in createHashMap()
55 inline HashMap<Key, Value> createHashMap(size_t capacity) { in createHashMap() function
Dhash_helpers.h85 HashMap<Key, Value> createHashMap();
88 HashMap<Key, Value> createHashMap(size_t capacity);