OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AIntMapIterator
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/utils/
intmap.h
53
*
AIntMapIterator
iter[1];
60
typedef struct
AIntMapIterator
{
64
}
AIntMapIterator
;
70
void aintMapIterator_init(
AIntMapIterator
* iter, AIntMap* map );
76
int aintMapIterator_next(
AIntMapIterator
* iter );
82
void aintMapIterator_done(
AIntMapIterator
* iter );
86
AIntMapIterator
__aintmap_foreach_iter[1]; \
97
AIntMapIterator
__aintmap_foreach_iter[1]; \
intmap.c
190
aintMapIterator_init(
AIntMapIterator
* iter, AIntMap* map )
200
aintMapIterator_next(
AIntMapIterator
* iter )
224
aintMapIterator_done(
AIntMapIterator
* iter )
Completed in 27 milliseconds