gl_Set             32 maint/gnulib/lib/gl_set.hh template <class T> class gl_Set;
gl_Set             60 maint/gnulib/lib/gl_set.hh   gl_Set (const gl_Set& x)
gl_Set             64 maint/gnulib/lib/gl_set.hh   gl_Set& operator= (const gl_Set& x)
gl_Set            134 maint/gnulib/lib/gl_set.hh     friend iterator gl_Set::begin ();
gl_Set             34 maint/gnulib/tests/test-set-c++.cc   gl_Set<const char *> set1;
gl_Set             36 maint/gnulib/tests/test-set-c++.cc   set1 = gl_Set<const char *> (GL_ARRAY_SET, NULL, NULL, NULL);
gl_Set             43 maint/gnulib/tests/test-set-c++.cc   gl_Set<const char *>::iterator iter1 = set1.begin ();