Home | History | Annotate | Download | only in DataFormatters

Lines Matching refs:data_ptr

392             uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes();
393 *data_ptr = dict_item.key_ptr;
394 *(data_ptr+1) = dict_item.val_ptr;
398 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes();
399 *data_ptr = dict_item.key_ptr;
400 *(data_ptr+1) = dict_item.val_ptr;
556 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes();
557 *data_ptr = dict_item.key_ptr;
558 *(data_ptr+1) = dict_item.val_ptr;
562 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes();
563 *data_ptr = dict_item.key_ptr;
564 *(data_ptr+1) = dict_item.val_ptr;