H A D | hb-algs.hh | 860 int (*compar)(const void *_key, const void *_item, Ts... _ds), in hb_bsearch_impl() 892 int (*compar)(const void *_key, const void *_item) = _hb_cmp_method<K, V>) in hb_bsearch() 905 int (*compar)(const void *_key, const void *_item, Ts... _ds), in hb_bsearch() 857 hb_bsearch_impl(unsigned *pos, const K& key, V* base, size_t nmemb, size_t stride, int (*compar)(const void *_key, const void *_item, Ts... _ds), Ts... ds) hb_bsearch_impl() argument 903 hb_bsearch(const K& key, V* base, size_t nmemb, size_t stride, int (*compar)(const void *_key, const void *_item, Ts... _ds), Ts... ds) hb_bsearch() argument
|