Searched refs:NOT_FOUND (Results 1 – 5 of 5) sorted by relevance
195 assert (len == RocksDB.NOT_FOUND); in main()202 assert (len == RocksDB.NOT_FOUND); in main()208 assert (len == RocksDB.NOT_FOUND); in main()
194 assertThat(getResult).isEqualTo(RocksDB.NOT_FOUND); in getWithOutValueAndCf()198 assertThat(getResult).isNotEqualTo(RocksDB.NOT_FOUND); in getWithOutValueAndCf()203 assertThat(getResult).isNotEqualTo(RocksDB.NOT_FOUND); in getWithOutValueAndCf()
329 assertThat(getResult).isEqualTo(RocksDB.NOT_FOUND); in getWithOutValue()332 assertThat(getResult).isNotEqualTo(RocksDB.NOT_FOUND); in getWithOutValue()336 assertThat(getResult).isNotEqualTo(RocksDB.NOT_FOUND); in getWithOutValue()351 assertThat(getResult).isEqualTo(RocksDB.NOT_FOUND); in getWithOutValueReadOptions()354 assertThat(getResult).isNotEqualTo(RocksDB.NOT_FOUND); in getWithOutValueReadOptions()358 assertThat(getResult).isNotEqualTo(RocksDB.NOT_FOUND); in getWithOutValueReadOptions()
26 public static final int NOT_FOUND = -1; field in RocksDB1098 if (result != NOT_FOUND) { in get()1131 if (result != NOT_FOUND) { in get()
399 if (len != RocksDB.NOT_FOUND) { in runTask()