OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashForeachRemoveFunc
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/
Hash.h
49
typedef int (*
HashForeachRemoveFunc
)(void* data);
169
int dvmHashForeachRemove(HashTable* pHashTable,
HashForeachRemoveFunc
func);
Hash.cpp
291
int dvmHashForeachRemove(HashTable* pHashTable,
HashForeachRemoveFunc
func)
Completed in 33 milliseconds