gl_oset_impl_base   33 maint/gnulib/lib/gl_array_oset.c   struct gl_oset_impl_base base;
gl_oset_impl_base   30 maint/gnulib/lib/gl_avltree_oset.c #define CONTAINER_IMPL_BASE gl_oset_impl_base
gl_oset_impl_base  263 maint/gnulib/lib/gl_oset.h   return ((const struct gl_oset_impl_base *) set)->vtable->size (set);
gl_oset_impl_base  269 maint/gnulib/lib/gl_oset.h   return ((const struct gl_oset_impl_base *) set)->vtable->search (set, elt);
gl_oset_impl_base  277 maint/gnulib/lib/gl_oset.h   return ((const struct gl_oset_impl_base *) set)->vtable
gl_oset_impl_base  284 maint/gnulib/lib/gl_oset.h   return ((const struct gl_oset_impl_base *) set)->vtable->nx_add (set, elt);
gl_oset_impl_base  290 maint/gnulib/lib/gl_oset.h   return ((const struct gl_oset_impl_base *) set)->vtable
gl_oset_impl_base  299 maint/gnulib/lib/gl_oset.h   return ((const struct gl_oset_impl_base *) set)->vtable
gl_oset_impl_base  306 maint/gnulib/lib/gl_oset.h   ((const struct gl_oset_impl_base *) set)->vtable->oset_free (set);
gl_oset_impl_base  312 maint/gnulib/lib/gl_oset.h   return ((const struct gl_oset_impl_base *) set)->vtable->iterator (set);
gl_oset_impl_base  320 maint/gnulib/lib/gl_oset.h   return ((const struct gl_oset_impl_base *) set)->vtable
gl_oset_impl_base   30 maint/gnulib/lib/gl_rbtree_oset.c #define CONTAINER_IMPL_BASE gl_oset_impl_base