HomeSort by relevance Sort by last modified time
    Searched refs:wordmemcmp (Results 1 - 2 of 2) sorted by null

  /build/kati/
string_piece.h 109 wordmemcmp(ptr_, x.ptr_, (length_ < x.length_ ? length_ : x.length_));
130 (wordmemcmp(ptr_, x.ptr_, x.length_) == 0));
136 (wordmemcmp(ptr_ + (length_ - x.length_), x.ptr_, x.length_) == 0));
171 static int wordmemcmp(const char* p, const char* p2, size_type N) { function in class:StringPiece
191 const int r = StringPiece::wordmemcmp(
string_piece.cc 44 return StringPiece::wordmemcmp(x.data(), y.data(), len) == 0;

Completed in 167 milliseconds