Searched refs:short_mode (Results 1 – 1 of 1) sorted by relevance
687 bool short_mode = false; // this means the string is in short-mode and the data is stored inline in ExtractLibcxxStringInfo() local706 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()