Searched refs:del_sorted_array (Results 1 – 2 of 2) sorted by relevance
272 bool del_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in del_sorted_array() function275 …bool del_sorted_array (const hb_sorted_array_t<const T>& arr) { return del_sorted_array (&arr, arr… in del_sorted_array() function
120 …{ return inverted ? s.del_sorted_array (array, count, stride) : s.add_sorted_array (array, count, … in add_sorted_array()