sortedlist_indexof  573 maint/gnulib/lib/gl_list.h   size_t (*sortedlist_indexof) (gl_list_t list,
sortedlist_indexof  893 maint/gnulib/lib/gl_list.h          ->sortedlist_indexof (list, compar, elt);
sortedlist_indexof   72 maint/gnulib/tests/test-list-c++.cc   ASSERT (list2.sortedlist_indexof (strcmp, "A") == (size_t)(-1));
sortedlist_indexof   73 maint/gnulib/tests/test-list-c++.cc   ASSERT (list2.sortedlist_indexof (strcmp, "D") == 1);