Home | History | Annotate | Download | only in src

Lines Matching full:vec1

5407       Vector<const char> vec1 = lhs->ToAsciiVector();
5411 return CompareRawStringContents(vec1, vec2);
5413 VectorIterator<char> buf1(vec1);
5418 VectorIterator<char> buf1(vec1);
5424 Vector<const uc16> vec1 = lhs->ToUC16Vector();
5427 VectorIterator<uc16> buf1(vec1);
5432 return CompareRawStringContents(vec1, vec2);
5435 VectorIterator<uc16> buf1(vec1);