Home
last modified time | relevance | path

Searched refs:Result (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index_internal.cc161 WriteBatchWithIndexInternal::Result result = in GetFromBatch()
162 WriteBatchWithIndexInternal::Result::kNotFound; in GetFromBatch()
181 return WriteBatchWithIndexInternal::Result::kError; in GetFromBatch()
201 result = WriteBatchWithIndexInternal::Result::kFound; in GetFromBatch()
212 result = WriteBatchWithIndexInternal::Result::kDeleted; in GetFromBatch()
221 result = WriteBatchWithIndexInternal::Result::kError; in GetFromBatch()
227 if (result == WriteBatchWithIndexInternal::Result::kFound || in GetFromBatch()
229 result == WriteBatchWithIndexInternal::Result::kError) { in GetFromBatch()
256 result = WriteBatchWithIndexInternal::Result::kError; in GetFromBatch()
271 result = WriteBatchWithIndexInternal::Result::kFound; in GetFromBatch()
[all …]
Dwrite_batch_with_index.cc771 WriteBatchWithIndexInternal::Result result = in GetFromBatch()
777 case WriteBatchWithIndexInternal::Result::kFound: in GetFromBatch()
778 case WriteBatchWithIndexInternal::Result::kError: in GetFromBatch()
781 case WriteBatchWithIndexInternal::Result::kDeleted: in GetFromBatch()
782 case WriteBatchWithIndexInternal::Result::kNotFound: in GetFromBatch()
785 case WriteBatchWithIndexInternal::Result::kMergeInProgress: in GetFromBatch()
856 WriteBatchWithIndexInternal::Result result = in GetFromBatchAndDB()
861 if (result == WriteBatchWithIndexInternal::Result::kFound) { in GetFromBatchAndDB()
865 if (result == WriteBatchWithIndexInternal::Result::kDeleted) { in GetFromBatchAndDB()
868 if (result == WriteBatchWithIndexInternal::Result::kError) { in GetFromBatchAndDB()
[all …]
Dwrite_batch_with_index_internal.h127 enum Result { kFound, kDeleted, kNotFound, kMergeInProgress, kError }; enum
137 static WriteBatchWithIndexInternal::Result GetFromBatch(
/rocksdb-6.9/java/src/test/java/org/rocksdb/test/
DRocksJunitRunner.java12 import org.junit.runner.Result;
144 public void testRunFinished(final Result result) { in testRunFinished()
165 final Result result = runner.run(clazzes); in main()
/rocksdb-6.9/utilities/
Denv_librados.md52 ## Test Result
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3879 template <class T, typename Result>
3880 Result HandleSehExceptionsInMethodIfSupported( in HandleSehExceptionsInMethodIfSupported()
3881 T* object, Result (T::*method)(), const char* location) { in HandleSehExceptionsInMethodIfSupported()
3895 return static_cast<Result>(0); in HandleSehExceptionsInMethodIfSupported()
3906 template <class T, typename Result>
3907 Result HandleExceptionsInMethodIfSupported( in HandleExceptionsInMethodIfSupported()
3908 T* object, Result (T::*method)(), const char* location) { in HandleExceptionsInMethodIfSupported()
3952 return static_cast<Result>(0); in HandleExceptionsInMethodIfSupported()