Searched refs:length_with_flag_ (Results 1 – 1 of 1) sorted by relevance
97 int32_t length_with_flag_ = 0u; member in art::StringBuilderAppend::Builder271 length_with_flag_ = mirror::String::GetFlaggedCount(length, compressible); in CalculateLengthWithFlag()272 return length_with_flag_; in CalculateLengthWithFlag()340 new_string->SetCount(length_with_flag_); in operator ()()341 if (mirror::String::IsCompressed(length_with_flag_)) { in operator ()()