| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | ldb_cmd_execute_result.h | 24 LDBCommandExecuteResult(State state, std::string& msg) in LDBCommandExecuteResult() 55 static LDBCommandExecuteResult Succeed(std::string msg) { in Succeed() 59 static LDBCommandExecuteResult Failed(std::string msg) { in Failed()
|
| D | object_registry.h | 56 std::string* msg) const { in NewFactoryObject()
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | RocksDBException.java | 21 public RocksDBException(final String msg) { in RocksDBException() 25 public RocksDBException(final String msg, final Status status) { in RocksDBException()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | io_status.h | 146 IOStatus(Code _code, const Slice& msg, const Slice& msg2) in IOStatus() 150 inline IOStatus::IOStatus(Code _code, SubCode _subcode, const Slice& msg, in IOStatus()
|
| D | status.h | 324 Status(Code _code, const Slice& msg, const Slice& msg2) in Status()
|
| D | file_system.h | 120 std::string msg; member
|
| /rocksdb-6.9/buckifier/ |
| D | buckify_rocksdb.py | 223 def exit_with_error(msg): argument
|
| /rocksdb-6.9/util/ |
| D | status.cc | 57 Status::Status(Code _code, SubCode _subcode, const Slice& msg, in Status()
|
| /rocksdb-6.9/utilities/ |
| D | object_registry_test.cc | 39 std::string msg; in TEST_F() local 62 std::string msg; in TEST_F() local
|
| /rocksdb-6.9/utilities/persistent_cache/ |
| D | persistent_cache_bench.cc | 150 std::ostringstream msg; in PrintStats() local 314 std::ostringstream msg; in main() local
|
| /rocksdb-6.9/tools/ |
| D | db_bench_tool.cc | 4917 char msg[100]; in ReadToRowCache() local 5000 char msg[100]; in ReadRandomFast() local 5094 char msg[100]; in ReadRandom() local 5185 char msg[100]; in MultiReadRandom() local 5594 char msg[256]; in MixGraph() local 5732 char msg[100]; in SeekRandom() local 6062 char msg[128]; in RandomWithVerify() local 6121 char msg[100]; in ReadRandomWriteRandom() local 6170 char msg[100]; in UpdateRandom() local 6223 char msg[100]; in XORUpdateRandom() local [all …]
|
| D | ldb_cmd.cc | 375 std::string msg = s.ToString(); in OpenDB() local 465 std::string msg = st.ToString(); in OpenDB() local
|
| /rocksdb-6.9/utilities/transactions/ |
| D | transaction_util.cc | 90 char msg[300]; in CheckKey() local
|
| D | transaction_lock_mgr.cc | 294 char msg[255]; in TryLock() local
|
| /rocksdb-6.9/db/ |
| D | version_edit.cc | 336 const char* msg = nullptr; in DecodeNewFile4From() local 427 const char* msg = nullptr; in DecodeFrom() local
|
| D | version_edit_handler.cc | 257 std::string msg("no "); in CheckIterationResult() local 272 std::string msg; in CheckIterationResult() local
|
| D | transaction_log_impl.cc | 199 const char* msg = "Create a new iterator to fetch the new tail."; in NextImpl() local
|
| D | log_test.cc | 193 void Write(const std::string& msg) { in Write() 787 void Encode(const std::string& msg) { log_writer_->AddRecord(Slice(msg)); } in Encode()
|
| D | corruption_test.cc | 163 const char* msg = strerror(errno); in CorruptFile() local
|
| /rocksdb-6.9/java/rocksjni/ |
| D | loggerjnicallback.cc | 134 const std::unique_ptr<char[]> msg = format_str(format, ap); in Logv() local
|
| D | portal.h | 139 static bool ThrowNew(JNIEnv* env, const std::string& msg) { in ThrowNew() 736 static bool ThrowNew(JNIEnv* env, const std::string& msg) { in ThrowNew() 843 static bool ThrowNew(JNIEnv* env, const std::string& msg, const Status& s) { in ThrowNew()
|
| /rocksdb-6.9/table/ |
| D | meta_blocks.cc | 142 std::string msg = in LogPropertiesCollectionError() local
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 2143 Message msg; in HasOneFailure() local 2407 Message* msg) { in StreamWideCharsToMessage() 2817 Message msg; in EqFailure() local 2853 Message msg; in GetBoolAssertionFailureMessage() local 6094 Message msg; in AddTestPartResult() local 6726 const Message msg = Message() in ShouldShard() local 6734 const Message msg = Message() in ShouldShard() local 6742 const Message msg = Message() in ShouldShard() local 7689 Message msg; in DeathTestThreadWarning() local 10623 Message msg; in ParseInt32() local [all …]
|
| /rocksdb-6.9/db_stress_tool/ |
| D | db_stress_test_base.cc | 312 void StressTest::VerificationAbort(SharedState* shared, std::string msg, in VerificationAbort() 319 void StressTest::VerificationAbort(SharedState* shared, std::string msg, int cf, in VerificationAbort()
|
| /rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/ |
| D | DbBenchmark.java | 104 void addMessage(String msg) { in addMessage()
|