Home
last modified time | relevance | path

Searched refs:num_array_items (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableArray.cpp58 const CFIndex num_array_items = ::CFArrayGetCount(array); in GetValueAtIndex() local
59 if (0 <= idx && idx < num_array_items) { in GetValueAtIndex()
69 const CFIndex num_array_items = ::CFArrayGetCount(array); in SetValueAtIndex() local
70 if (0 <= idx && idx < num_array_items) { in SetValueAtIndex()