Home | History | Annotate | Download | only in DataFormatters

Lines Matching refs:data_read

431     size_t data_read = 0;
433 data_read = process_sp->ReadStringFromMemory(options.GetLocation(), buffer, bufferSPSize, error, type_width);
435 data_read = process_sp->ReadMemoryFromInferior(options.GetLocation(), (char*)buffer_sp->GetBytes(), bufferSPSize, error);
437 if (error.Fail() || data_read == 0)
920 size_t *data_read = NULL,
940 if (data_read)
941 *data_read = my_data_read;