Searched defs:checkState (Results 1 – 3 of 3) sorted by relevance
159 public static void checkState(boolean expression) { in checkState() method in Preconditions174 public static void checkState(boolean expression, @Nullable Object errorMessage) { in checkState() method in Preconditions196 public static void checkState(boolean expression, in checkState() method in Preconditions
200 protected void checkState() in checkState() method in Utf8Appendable
444 private void checkState() { in checkState() method in CheckClassAdapter