Searched refs:pyhs_idx (Results 1 – 1 of 1) sorted by relevance
473 size_t pyhs_idx = idx; in GetChildAtIndex() local474 pyhs_idx += GetOffset(); in GetChildAtIndex()475 if (GetSize() <= pyhs_idx) in GetChildAtIndex()476 pyhs_idx -= GetSize(); in GetChildAtIndex()477 object_at_idx += (pyhs_idx * m_ptr_size); in GetChildAtIndex()