Lines Matching refs:data_ptr
714 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
715 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
716 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
718 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
719 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
720 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
844 uint32_t *data_ptr = reinterpret_cast<uint32_t *>(buffer_sp->GetBytes()); in GetChildAtIndex() local
845 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
846 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
849 uint64_t *data_ptr = reinterpret_cast<uint64_t *>(buffer_sp->GetBytes()); in GetChildAtIndex() local
850 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
851 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
962 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
963 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
964 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
966 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
967 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
968 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
1039 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1040 *data_ptr = key_at_idx; in GetChildAtIndex()
1041 *(data_ptr + 1) = value_at_idx; in GetChildAtIndex()
1043 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1044 *data_ptr = key_at_idx; in GetChildAtIndex()
1045 *(data_ptr + 1) = value_at_idx; in GetChildAtIndex()
1203 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1204 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
1205 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
1207 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1208 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
1209 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
1356 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1357 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
1358 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
1360 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1361 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
1362 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()