Home | History | Annotate | Download | only in DataFormatters

Lines Matching full:type_width

399     const int type_width = sizeof(SourceDataType);
400 const int origin_encoding = 8 * type_width ;
421 const int bufferSPSize = sourceSize * type_width;
433 data_read = process_sp->ReadStringFromMemory(options.GetLocation(), buffer, bufferSPSize, error, type_width);