Searched refs:size_mode_value (Results 1 – 1 of 1) sorted by relevance
591 uint64_t size_mode_value = 0; in ExtractLibcxxStringInfo() local605 size_mode_value = (size_mode->GetValueAsUnsigned(0)); in ExtractLibcxxStringInfo()606 short_mode = ((size_mode_value & 0x80) == 0); in ExtractLibcxxStringInfo()612 size_mode_value = (size_mode->GetValueAsUnsigned(0)); in ExtractLibcxxStringInfo()613 short_mode = ((size_mode_value & 1) == 0); in ExtractLibcxxStringInfo()623 ? size_mode_value in ExtractLibcxxStringInfo()624 : ((size_mode_value >> 1) % 256); in ExtractLibcxxStringInfo()