Searched defs:type_width (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp399 const int type_width = sizeof(SourceDataType); local
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);

Completed in 638 milliseconds