Searched refs:pyhs_idx (Results 1 – 1 of 1) sorted by relevance
125 size_t pyhs_idx = idx; in GetChildAtIndex() local126 pyhs_idx += (m_data_32 ? m_data_32->offset : m_data_64->offset); in GetChildAtIndex()127 if ((m_data_32 ? m_data_32->_size : m_data_64->_size) <= pyhs_idx) in GetChildAtIndex()128 pyhs_idx -= (m_data_32 ? m_data_32->_size : m_data_64->_size); in GetChildAtIndex()129 object_at_idx += (pyhs_idx * m_ptr_size); in GetChildAtIndex()