Lines Matching refs:data_ptr

719       uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes();  in GetChildAtIndex()  local
720 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
721 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
723 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
724 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
725 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
849 uint32_t *data_ptr = reinterpret_cast<uint32_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()
854 uint64_t *data_ptr = reinterpret_cast<uint64_t *>(buffer_sp->GetBytes()); in GetChildAtIndex() local
855 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
856 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
967 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
968 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
969 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
971 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
972 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
973 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
1044 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1045 *data_ptr = key_at_idx; in GetChildAtIndex()
1046 *(data_ptr + 1) = value_at_idx; in GetChildAtIndex()
1048 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1049 *data_ptr = key_at_idx; in GetChildAtIndex()
1050 *(data_ptr + 1) = value_at_idx; in GetChildAtIndex()
1209 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1210 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
1211 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
1213 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1214 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
1215 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
1363 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1364 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
1365 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
1367 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1368 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
1369 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()