Home
last modified time | relevance | path

Searched refs:otherString (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DNioByteString.java193 ByteString otherString = ((ByteString) other); in equals() local
194 if (size() != otherString.size()) { in equals()
206 return buffer.equals(otherString.asReadOnlyByteBuffer()); in equals()