Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp673 uint32_t test_idx = 0; in GetChildAtIndex() local
689 test_idx++; in GetChildAtIndex()
799 uint32_t test_idx = 0; in GetChildAtIndex() local
806 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
816 test_idx++; in GetChildAtIndex()
1162 uint32_t test_idx = 0; in GetChildAtIndex() local
1165 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
1179 test_idx++; in GetChildAtIndex()
1316 uint32_t test_idx = 0; in GetChildAtIndex() local
1319 key_at_idx = m_keys_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()
771 uint32_t test_idx = 0; in GetChildAtIndex() local
774 obj_at_idx = m_objs_addr + (test_idx * m_ptr_size); in GetChildAtIndex()
782 test_idx++; in GetChildAtIndex()