Lines Matching refs:data_ptr

718       uint64_t *data_ptr = (uint64_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()
722 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
723 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
724 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
848 uint32_t *data_ptr = reinterpret_cast<uint32_t *>(buffer_sp->GetBytes()); in GetChildAtIndex() local
849 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
850 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
853 uint64_t *data_ptr = reinterpret_cast<uint64_t *>(buffer_sp->GetBytes()); in GetChildAtIndex() local
854 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
855 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
966 uint64_t *data_ptr = (uint64_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()
970 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
971 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
972 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
1043 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1044 *data_ptr = key_at_idx; in GetChildAtIndex()
1045 *(data_ptr + 1) = value_at_idx; in GetChildAtIndex()
1047 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1048 *data_ptr = key_at_idx; in GetChildAtIndex()
1049 *(data_ptr + 1) = value_at_idx; in GetChildAtIndex()
1207 uint64_t *data_ptr = (uint64_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()
1211 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1212 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
1213 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
1360 uint64_t *data_ptr = (uint64_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()
1364 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1365 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
1366 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()