Home
last modified time | relevance | path

Searched refs:SetRetryable (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/
Derror_handler_fs_test.cc200 error_msg.SetRetryable(true); in TEST_F()
309 error_msg.SetRetryable(true); in TEST_F()
476 error_msg.SetRetryable(true); in TEST_F()
572 error_msg.SetRetryable(true); in TEST_F()
797 error_msg.SetRetryable(true); in TEST_F()
/rocksdb-6.9/include/rocksdb/
Dio_status.h58 void SetRetryable(bool retryable) { retryable_ = retryable; } in SetRetryable() function
/rocksdb-6.9/env/
Dio_posix.cc63 s.SetRetryable(true); in IOError()