| /rocksdb-6.9/db/blob/ |
| D | blob_file_addition_test.cc | 73 ASSERT_TRUE(std::strstr(s.getState(), "blob file number")); in TEST_F() 83 ASSERT_TRUE(std::strstr(s.getState(), "total blob count")); in TEST_F() 93 ASSERT_TRUE(std::strstr(s.getState(), "total blob bytes")); in TEST_F() 103 ASSERT_TRUE(std::strstr(s.getState(), "checksum method")); in TEST_F() 113 ASSERT_TRUE(std::strstr(s.getState(), "checksum value")); in TEST_F() 123 ASSERT_TRUE(std::strstr(s.getState(), "custom field tag")); in TEST_F() 133 ASSERT_TRUE(std::strstr(s.getState(), "custom field value")); in TEST_F() 195 ASSERT_TRUE(std::strstr(s.getState(), "Forward incompatible")); in TEST_F()
|
| D | blob_file_garbage_test.cc | 66 ASSERT_TRUE(std::strstr(s.getState(), "blob file number")); in TEST_F() 76 ASSERT_TRUE(std::strstr(s.getState(), "garbage blob count")); in TEST_F() 86 ASSERT_TRUE(std::strstr(s.getState(), "garbage blob bytes")); in TEST_F() 96 ASSERT_TRUE(std::strstr(s.getState(), "custom field tag")); in TEST_F() 106 ASSERT_TRUE(std::strstr(s.getState(), "custom field value")); in TEST_F() 162 ASSERT_TRUE(std::strstr(s.getState(), "Forward incompatible")); in TEST_F()
|
| /rocksdb-6.9/java/src/test/java/org/rocksdb/ |
| D | RocksDBExceptionTest.java | 37 assertThat(e.getStatus().getState()).isNull(); in exceptionWithStatusCode() 52 assertThat(e.getStatus().getState()).isNull(); in exceptionNoMsgWithStatusCode() 68 assertThat(e.getStatus().getState()).isNull(); in exceptionWithStatusCodeSubCode() 83 assertThat(e.getStatus().getState()).isNull(); in exceptionNoMsgWithStatusCodeSubCode() 99 assertThat(e.getStatus().getState()).isNotNull(); in exceptionWithStatusCodeState()
|
| D | TransactionTest.java | 208 assertThat(txn.getState()) in state() 211 assertThat(txn.getState()) in state() 216 assertThat(txn.getState()) in state() 219 assertThat(txn.getState()) in state()
|
| D | RocksDBTest.java | 57 assertThat(e.getStatus().getState()).contains("lock "); in openWhenOpen()
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | RocksDBException.java | 31 super(status.getState() != null ? status.getState() in RocksDBException()
|
| D | Transaction.java | 1765 public TransactionState getState() { in getState() method in Transaction 1768 getState(nativeHandle_)); in getState() 2014 private native byte getState(final long handle); in getState() method in Transaction
|
| D | Status.java | 42 public String getState() { in getState() method in Status
|
| /rocksdb-6.9/logging/ |
| D | env_logger.h | 75 (close_status.getState() in CloseHelper() 76 ? std::string(close_status.getState()) in CloseHelper()
|
| /rocksdb-6.9/db/ |
| D | version_builder_test.cc | 418 ASSERT_TRUE(std::strstr(s.getState(), "Blob file #1234 already added")); in TEST_F() 443 ASSERT_TRUE(std::strstr(s.getState(), "Blob file #1234 already added")); in TEST_F() 574 ASSERT_TRUE(std::strstr(s.getState(), "Blob file #1234 not found")); in TEST_F() 753 std::strstr(s.getState(), "Blob file #256 is not part of this version")); in TEST_F() 790 std::strstr(s.getState(), "Blob file #16 consists entirely of garbage")); in TEST_F()
|
| D | db_basic_test.cc | 36 ASSERT_TRUE(strstr(s.getState(), "lock ") != nullptr); in TEST_F()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | io_status.h | 235 const char* state = status.getState(); in status_to_io_status() 238 Slice(state, strlen(status.getState()) + 1), Slice()); in status_to_io_status()
|
| D | status.h | 99 const char* getState() const { return state_; } in getState() function
|
| /rocksdb-6.9/tools/ |
| D | trace_analyzer_tool.cc | 1961 fprintf(stderr, "%s\n", s.getState()); in trace_analyzer_tool() 1968 fprintf(stderr, "%s\n", s.getState()); in trace_analyzer_tool() 1975 fprintf(stderr, "%s\n", s.getState()); in trace_analyzer_tool() 1983 fprintf(stderr, "%s\n", s.getState()); in trace_analyzer_tool() 1991 fprintf(stderr, "%s\n", s.getState()); in trace_analyzer_tool()
|
| /rocksdb-6.9/table/cuckoo/ |
| D | cuckoo_table_reader_test.cc | 223 ASSERT_STREQ("File is not mmaped", reader.status().getState()); in TEST_F()
|
| /rocksdb-6.9/java/rocksjni/ |
| D | portal.h | 411 if (status.getState() != nullptr) { in construct() 412 const char* const state = status.getState(); in construct()
|