Home
last modified time | relevance | path

Searched refs:NotEqualsException (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/
DGeneratedMessageLite.java34 import com.google.protobuf.GeneratedMessageLite.EqualsVisitor.NotEqualsException;
142 } catch (NotEqualsException e) { in equals()
1584 static final class NotEqualsException extends RuntimeException {} class in GeneratedMessageLite.EqualsVisitor
1588 static final NotEqualsException NOT_EQUALS = new NotEqualsException();