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