Lines Matching refs:data_ptr

681       uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes();  in GetChildAtIndex()  local
682 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
683 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
685 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
686 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
687 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
811 uint32_t *data_ptr = reinterpret_cast<uint32_t *>(buffer_sp->GetBytes()); in GetChildAtIndex() local
812 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
813 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
816 uint64_t *data_ptr = reinterpret_cast<uint64_t *>(buffer_sp->GetBytes()); in GetChildAtIndex() local
817 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
818 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
892 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
893 *data_ptr = key_at_idx; in GetChildAtIndex()
894 *(data_ptr + 1) = value_at_idx; in GetChildAtIndex()
896 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
897 *data_ptr = key_at_idx; in GetChildAtIndex()
898 *(data_ptr + 1) = value_at_idx; in GetChildAtIndex()
1058 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1059 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
1060 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
1062 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1063 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
1064 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
1215 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1216 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
1217 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()
1219 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); in GetChildAtIndex() local
1220 *data_ptr = dict_item.key_ptr; in GetChildAtIndex()
1221 *(data_ptr + 1) = dict_item.val_ptr; in GetChildAtIndex()