Searched refs:kFromStringLargeThreshold (Results 1 – 2 of 2) sorted by relevance
25 constexpr int kFromStringLargeThreshold = 300; variable
317 } else if (accumulator->ResultLength() < kFromStringLargeThreshold) { in FromString()