Home | History | Annotate | Download | only in src

Lines Matching full:chars2

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>
8868 const Chars2* b = reinterpret_cast<const Chars2*>(state_2->buffer8_);
8869 return RawStringComparator<Chars1, Chars2>::compare(a, b, to_check);