Searched refs:skipNext (Results 1 - 6 of 6) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DStaticInitialValueIterator.java45 @Override public void skipNext() {}
49 public abstract void skipNext(); method in class:StaticInitialValueIterator
78 public void skipNext() { method in class:StaticInitialValueIterator.StaticInitialValueIteratorImpl
/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h494 int skipNext; /* Prev() is noop if negative. Next() is noop if positive */ member in struct:BtCursor
H A Dbtree.c687 return pCur->skipNext;
690 rc = btreeMoveto(pCur, pCur->pKey, pCur->nKey, 0, &pCur->skipNext);
720 if( pCur->eState!=CURSOR_VALID || pCur->skipNext!=0 ){
3263 p->skipNext = errCode;
4205 assert( pCur->skipNext!=SQLITE_OK );
4206 return pCur->skipNext;
4618 if( pCur->skipNext>0 ){
4619 pCur->skipNext = 0;
4623 pCur->skipNext = 0;
4686 if( pCur->skipNext<
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46696 int skipNext; /* Prev() is noop if negative. Next() is noop if positive */ member in struct:BtCursor
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c51100 int skipNext; /* Prev() is noop if negative. Next() is noop if positive */ member in struct:BtCursor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51120 int skipNext; /* Prev() is noop if negative. Next() is noop if positive */ member in struct:BtCursor
[all...]

Completed in 922 milliseconds