Searched refs:num_array_items (Results 1 – 1 of 1) sorted by relevance
59 const CFIndex num_array_items = ::CFArrayGetCount(array); in GetValueAtIndex() local60 if (0 <= idx && idx < num_array_items) { in GetValueAtIndex()70 const CFIndex num_array_items = ::CFArrayGetCount(array); in SetValueAtIndex() local71 if (0 <= idx && idx < num_array_items) { in SetValueAtIndex()