Searched refs:length_with_flag_ (Results 1 – 1 of 1) sorted by relevance
115 int32_t length_with_flag_ = 0u; member in art::StringBuilderAppend::Builder418 length_with_flag_ = mirror::String::GetFlaggedCount(length, compressible); in CalculateLengthWithFlag()419 return length_with_flag_; in CalculateLengthWithFlag()496 new_string->SetCount(length_with_flag_); in operator ()()497 if (mirror::String::IsCompressed(length_with_flag_)) { in operator ()()