Searched defs:indexOfElement (Results 1 – 3 of 3) sorted by relevance
238 long indexOfElement(ByteString targetBytes) throws IOException; in indexOfElement() method247 long indexOfElement(ByteString targetBytes, long fromIndex) throws IOException; in indexOfElement() method
334 @Override public long indexOfElement(ByteString targetBytes) throws IOException { in indexOfElement() method in RealBufferedSource338 @Override public long indexOfElement(ByteString targetBytes, long fromIndex) throws IOException { in indexOfElement() method in RealBufferedSource
513 @Test public void indexOfElement() throws IOException { in indexOfElement() method in BufferedSourceTest