Searched refs:otherString (Results 1 – 1 of 1) sorted by relevance
193 ByteString otherString = ((ByteString) other); in equals() local194 if (size() != otherString.size()) { in equals()206 return buffer.equals(otherString.asReadOnlyByteBuffer()); in equals()