OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 49 milliseconds