Searched defs:getKeyValue (Results 1 - 1 of 1) sorted by relevance

/system/core/libutils/tests/
H A DBasicHashtable_test.cpp145 static void getKeyValue(const TEntry& entry, int* key, int* value);
147 template <> void getKeyValue(const SimpleEntry& entry, int* key, int* value) { function in namespace:android
152 template <> void getKeyValue(const ComplexEntry& entry, int* key, int* value) { function in namespace:android
167 getKeyValue(h.entryAt(i), &key, &value);

Completed in 397 milliseconds