Home | History | Annotate | Download | only in src

Lines Matching refs:vec1

4381       Vector<const char> vec1 = this->ToAsciiVector();
4385 return CompareRawStringContents(vec1, vec2);
4387 VectorIterator<char> buf1(vec1);
4392 VectorIterator<char> buf1(vec1);
4397 Vector<const uc16> vec1 = this->ToUC16Vector();
4400 VectorIterator<uc16> buf1(vec1);
4405 return CompareRawStringContents(vec1, vec2);
4408 VectorIterator<uc16> buf1(vec1);