Home | History | Annotate | Download | only in src

Lines Matching full:chars1

8767 template<typename Chars1, typename Chars2>
8770 static inline bool compare(const Chars1* a, const Chars2* b, int len) {
8771 ASSERT(sizeof(Chars1) != sizeof(Chars2));
8865 template<typename Chars1, typename Chars2>
8867 const Chars1* a = reinterpret_cast<const Chars1*>(state_1->buffer8_);
8869 return RawStringComparator<Chars1, Chars2>::compare(a, b, to_check);