OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aintMapIterator_next
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/utils/
intmap.h
49
*
aintMapIterator_next
() until it returns 0. Then finish with
55
* while (
aintMapIterator_next
(iter, &key, &value)) {
76
int
aintMapIterator_next
( AIntMapIterator* iter );
79
* the iteration before aintMapIterator_init() or
aintMapIterator_next
()
88
while (
aintMapIterator_next
(__aintmap_foreach_iter)) { \
99
while (
aintMapIterator_next
(__aintmap_foreach_iter)) { \
intmap.c
200
aintMapIterator_next
( AIntMapIterator* iter )
Completed in 178 milliseconds