Home
last modified time | relevance | path

Searched refs:short_mode (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/DataFormatters/
DCXXFormatterFunctions.cpp687 bool short_mode = false; // this means the string is in short-mode and the data is stored inline in ExtractLibcxxStringInfo() local
706 short_mode = ((size_mode_value & 0x80) == 0); in ExtractLibcxxStringInfo()
715 short_mode = ((size_mode_value & 1) == 0); in ExtractLibcxxStringInfo()
718 if (short_mode) in ExtractLibcxxStringInfo()