Home
last modified time | relevance | path

Searched refs:hashmapCreate (Results 1 – 4 of 4) sorted by relevance

/system/core/libcutils/include/cutils/
Dhashmap.h44 Hashmap* hashmapCreate(size_t initialCapacity,
/system/core/libcutils/include_vndk/cutils/
Dhashmap.h44 Hashmap* hashmapCreate(size_t initialCapacity,
/system/core/libcutils/
Dstr_parms.cpp75 s->map = hashmapCreate(5, str_hash_fn, str_eq); in str_parms_create()
Dhashmap.cpp43 Hashmap* hashmapCreate(size_t initialCapacity, in hashmapCreate() function