Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp672 uint32_t test_idx = 0; in GetChildAtIndex() local
675 key_at_idx = m_data_ptr + (2 * test_idx * m_ptr_size); in GetChildAtIndex()
688 test_idx++; in GetChildAtIndex()
798 uint32_t test_idx = 0; in GetChildAtIndex() local
805 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
806 val_at_idx = m_values_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
815 test_idx++; in GetChildAtIndex()
1160 uint32_t test_idx = 0; in GetChildAtIndex() local
1163 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
1164 val_at_idx = m_values_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
[all …]
H A DNSSet.cpp487 uint32_t test_idx = 0; in GetChildAtIndex() local
490 obj_at_idx = m_data_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
498 test_idx++; in GetChildAtIndex()
607 uint32_t test_idx = 0; in GetChildAtIndex() local
614 val_at_idx = m_values_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
620 test_idx++; in GetChildAtIndex()
769 uint32_t test_idx = 0; in GetChildAtIndex() local
772 obj_at_idx = m_objs_addr + (test_idx * m_ptr_size); in GetChildAtIndex()
780 test_idx++; in GetChildAtIndex()