HomeSort by relevance Sort by last modified time
    Searched refs:sneakyRethrow (Results 1 - 3 of 3) sorted by null

  /external/okhttp/okio/src/main/java/okio/
Util.java 63 public static void sneakyRethrow(Throwable t) {
DeflaterSink.java 125 if (thrown != null) Util.sneakyRethrow(thrown);
RealBufferedSink.java 180 if (thrown != null) Util.sneakyRethrow(thrown);

Completed in 375 milliseconds