Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DNSSet.cpp258 uint32_t test_idx = 0; in GetChildAtIndex() local
262 obj_at_idx = m_data_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
271 test_idx++; in GetChildAtIndex()
401 uint32_t test_idx = 0; in GetChildAtIndex() local
405 obj_at_idx = m_objs_addr + (test_idx * m_ptr_size); in GetChildAtIndex()
414 test_idx++; in GetChildAtIndex()
DNSDictionary.cpp343 uint32_t test_idx = 0; in GetChildAtIndex() local
347 key_at_idx = m_data_ptr + (2*test_idx * m_ptr_size); in GetChildAtIndex()
360 test_idx++; in GetChildAtIndex()
507 uint32_t test_idx = 0; in GetChildAtIndex() local
511 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
512 val_at_idx = m_values_ptr + (test_idx * m_ptr_size);; in GetChildAtIndex()
524 test_idx++; in GetChildAtIndex()