Searched refs:IsSequential (Results 1 – 2 of 2) sorted by relevance
236 return StringShape(String::cast(this)).IsSequential(); in IsSeqString()242 return StringShape(String::cast(this)).IsSequential() && in IsSeqOneByteString()249 return StringShape(String::cast(this)).IsSequential() && in IsSeqTwoByteString()440 bool StringShape::IsSequential() { in IsSequential() function3621 DCHECK(StringShape(this).IsSequential()); in Set()
8386 inline bool IsSequential();