Searched refs:worst_case_length (Results 1 – 2 of 2) sorted by relevance
162 int worst_case_length = length << 3; in EscapedLengthIfCurrentPartFits() local163 return CurrentPartCanFit(worst_case_length) ? worst_case_length : 0; in EscapedLengthIfCurrentPartFits()
775 if (int worst_case_length = builder_.EscapedLengthIfCurrentPartFits(length)) { in SerializeString_() local779 &builder_, worst_case_length); in SerializeString_()