next_elt 365 maint/gnulib/lib/gl_list.hh const void *next_elt; next_elt 366 maint/gnulib/lib/gl_list.hh bool has_next = gl_list_iterator_next (&_state, &next_elt, NULL); next_elt 368 maint/gnulib/lib/gl_list.hh elt = static_cast<ELTYPE *>(next_elt); next_elt 377 maint/gnulib/lib/gl_list.hh const void *next_elt; next_elt 378 maint/gnulib/lib/gl_list.hh bool has_next = gl_list_iterator_next (&_state, &next_elt, nodep); next_elt 380 maint/gnulib/lib/gl_list.hh elt = static_cast<ELTYPE *>(next_elt); next_elt 146 maint/gnulib/lib/gl_oset.hh const void *next_elt; next_elt 147 maint/gnulib/lib/gl_oset.hh bool has_next = gl_oset_iterator_next (&_state, &next_elt); next_elt 149 maint/gnulib/lib/gl_oset.hh elt = static_cast<ELTYPE *>(next_elt); next_elt 120 maint/gnulib/lib/gl_set.hh const void *next_elt; next_elt 121 maint/gnulib/lib/gl_set.hh bool has_next = gl_set_iterator_next (&_state, &next_elt); next_elt 123 maint/gnulib/lib/gl_set.hh elt = static_cast<ELTYPE *>(next_elt);