OP_IsUnique      65917 third_party/sqlite/amalgamation/sqlite3.c case OP_IsUnique: {        /* jump, in3 */
OP_IsUnique      79203 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp4(v, OP_IsUnique, iIdx, j2, regRowid, pRegKey, P4_INT32);
OP_IsUnique      85836 third_party/sqlite/amalgamation/sqlite3.c     j3 = sqlite3VdbeAddOp4(v, OP_IsUnique, baseCur+iCur+1, 0,
OP_IsUnique      2364 third_party/sqlite/src/src/build.c     sqlite3VdbeAddOp4(v, OP_IsUnique, iIdx, j2, regRowid, pRegKey, P4_INT32);
OP_IsUnique      1353 third_party/sqlite/src/src/insert.c     j3 = sqlite3VdbeAddOp4(v, OP_IsUnique, baseCur+iCur+1, 0,
OP_IsUnique      3549 third_party/sqlite/src/src/vdbe.c case OP_IsUnique: {        /* jump, in3 */