WO_GT            98209 third_party/sqlite/amalgamation/sqlite3.c   assert( op!=TK_GT || c==WO_GT );
WO_GT            99019 third_party/sqlite/amalgamation/sqlite3.c       pNewTerm->eOperator = WO_GT;
WO_GT            99690 third_party/sqlite/amalgamation/sqlite3.c     assert( WO_GT==SQLITE_INDEX_CONSTRAINT_GT );
WO_GT            99693 third_party/sqlite/amalgamation/sqlite3.c     assert( pTerm->eOperator & (WO_EQ|WO_LT|WO_LE|WO_GT|WO_GE|WO_MATCH) );
WO_GT            100121 third_party/sqlite/amalgamation/sqlite3.c       assert( pLower->eOperator==WO_GT || pLower->eOperator==WO_GE );
WO_GT            100122 third_party/sqlite/amalgamation/sqlite3.c       roundUpLower = (pLower->eOperator==WO_GT) ?1:0;
WO_GT            100522 third_party/sqlite/amalgamation/sqlite3.c       if( findTerm(pWC, iCur, j, notReady, WO_LT|WO_LE|WO_GT|WO_GE, pIdx) ){
WO_GT            100524 third_party/sqlite/amalgamation/sqlite3.c         WhereTerm *pBtm = findTerm(pWC, iCur, j, notReady, WO_GT|WO_GE, pIdx);
WO_GT            100716 third_party/sqlite/amalgamation/sqlite3.c         }else if( pTerm->eOperator & (WO_LT|WO_LE|WO_GT|WO_GE) ){
WO_GT            101371 third_party/sqlite/amalgamation/sqlite3.c     pStart = findTerm(pWC, iCur, -1, notReady, WO_GT|WO_GE, 0);
WO_GT            101533 third_party/sqlite/amalgamation/sqlite3.c       pRangeStart = findTerm(pWC, iCur, k, notReady, (WO_GT|WO_GE), pIdx);
WO_GT             555 third_party/sqlite/src/src/where.c   assert( op!=TK_GT || c==WO_GT );
WO_GT            1365 third_party/sqlite/src/src/where.c       pNewTerm->eOperator = WO_GT;
WO_GT            2036 third_party/sqlite/src/src/where.c     assert( WO_GT==SQLITE_INDEX_CONSTRAINT_GT );
WO_GT            2039 third_party/sqlite/src/src/where.c     assert( pTerm->eOperator & (WO_EQ|WO_LT|WO_LE|WO_GT|WO_GE|WO_MATCH) );
WO_GT            2467 third_party/sqlite/src/src/where.c       assert( pLower->eOperator==WO_GT || pLower->eOperator==WO_GE );
WO_GT            2468 third_party/sqlite/src/src/where.c       roundUpLower = (pLower->eOperator==WO_GT) ?1:0;
WO_GT            2868 third_party/sqlite/src/src/where.c       if( findTerm(pWC, iCur, j, notReady, WO_LT|WO_LE|WO_GT|WO_GE, pIdx) ){
WO_GT            2870 third_party/sqlite/src/src/where.c         WhereTerm *pBtm = findTerm(pWC, iCur, j, notReady, WO_GT|WO_GE, pIdx);
WO_GT            3062 third_party/sqlite/src/src/where.c         }else if( pTerm->eOperator & (WO_LT|WO_LE|WO_GT|WO_GE) ){
WO_GT            3717 third_party/sqlite/src/src/where.c     pStart = findTerm(pWC, iCur, -1, notReady, WO_GT|WO_GE, 0);
WO_GT            3879 third_party/sqlite/src/src/where.c       pRangeStart = findTerm(pWC, iCur, k, notReady, (WO_GT|WO_GE), pIdx);