Searched refs:UsesSameString (Results 1 – 2 of 2) sorted by relevance
7732 return content_.UsesSameString(other.content_) && offset_ == other.offset_;7735 return !content_.UsesSameString(other.content_) || offset_ != other.offset_;
8661 bool UsesSameString(const FlatContent& other) const { in UsesSameString() function