Home
last modified time | relevance | path

Searched defs:indexOfElement (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSource.java238 long indexOfElement(ByteString targetBytes) throws IOException; in indexOfElement() method
247 long indexOfElement(ByteString targetBytes, long fromIndex) throws IOException; in indexOfElement() method
DRealBufferedSource.java334 @Override public long indexOfElement(ByteString targetBytes) throws IOException { in indexOfElement() method in RealBufferedSource
338 @Override public long indexOfElement(ByteString targetBytes, long fromIndex) throws IOException { in indexOfElement() method in RealBufferedSource
/external/okhttp/okio/okio/src/test/java/okio/
DBufferedSourceTest.java513 @Test public void indexOfElement() throws IOException { in indexOfElement() method in BufferedSourceTest