next_value        150 maint/gnulib/lib/gl_map.hh         const void *next_value;
next_value        151 maint/gnulib/lib/gl_map.hh         bool has_next = gl_map_iterator_next (&_state, &next_key, &next_value);
next_value        155 maint/gnulib/lib/gl_map.hh             value = static_cast<VALUETYPE *>(next_value);
next_value        158 maint/gnulib/lib/gl_omap.hh         const void *next_value;
next_value        159 maint/gnulib/lib/gl_omap.hh         bool has_next = gl_omap_iterator_next (&_state, &next_key, &next_value);
next_value        163 maint/gnulib/lib/gl_omap.hh             value = static_cast<VALUETYPE *>(next_value);