Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDNSDictionary.cpp460 uint32_t test_idx = 0; in GetChildAtIndex() local
464 key_at_idx = m_data_ptr + (2*test_idx * m_ptr_size); in GetChildAtIndex()
477 test_idx++; in GetChildAtIndex()
627 uint32_t test_idx = 0; in GetChildAtIndex() local
631 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
632 val_at_idx = m_values_ptr + (test_idx * m_ptr_size);; in GetChildAtIndex()
644 test_idx++; in GetChildAtIndex()
HDNSSet.cpp416 uint32_t test_idx = 0; in GetChildAtIndex() local
420 obj_at_idx = m_data_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
428 test_idx++; in GetChildAtIndex()
584 uint32_t test_idx = 0; in GetChildAtIndex() local
588 obj_at_idx = m_objs_addr + (test_idx * m_ptr_size); in GetChildAtIndex()
596 test_idx++; in GetChildAtIndex()