next_key 149 maint/gnulib/lib/gl_map.hh const void *next_key; next_key 151 maint/gnulib/lib/gl_map.hh bool has_next = gl_map_iterator_next (&_state, &next_key, &next_value); next_key 154 maint/gnulib/lib/gl_map.hh key = static_cast<KEYTYPE *>(next_key); next_key 157 maint/gnulib/lib/gl_omap.hh const void *next_key; next_key 159 maint/gnulib/lib/gl_omap.hh bool has_next = gl_omap_iterator_next (&_state, &next_key, &next_value); next_key 162 maint/gnulib/lib/gl_omap.hh key = static_cast<KEYTYPE *>(next_key);