| /rocksdb-6.9/third-party/folly/folly/synchronization/ |
| D | ParkingLot.h | 158 : WaitNodeBase(key, lotid), data_(std::forward<D>(data)) {} in WaitNode() 179 std::forward<D>(data), in park() 180 std::forward<ToPark>(toPark), in park() 181 std::forward<PreWait>(preWait), in park() 214 std::forward<D>(data), in park_for() 215 std::forward<ToPark>(toPark), in park_for() 216 std::forward<PreWait>(preWait), in park_for() 251 WaitNode node(key, lotid_, std::forward<D>(data)); in park_until() 259 if (!std::forward<ToPark>(toPark)()) { in park_until() 268 std::forward<PreWait>(preWait)(); in park_until() [all …]
|
| /rocksdb-6.9/db/ |
| D | db_iter_stress_test.cc | 269 bool FindNextKey(bool skip, bool forward) { in FindNextKey() 273 if (forward != skip) { in FindNextKey() 279 if (forward) { in FindNextKey() 363 void DoTheThing(bool skip, bool forward) { in DoTheThing() 364 while (FindNextKey(skip, forward) && !FindValueForCurrentKey()) { in DoTheThing() 522 bool forward = rnd.Next() % 2 > 0; in TEST_F() local 536 if (forward) { in TEST_F() 552 if (forward) { in TEST_F() 567 if (forward) { in TEST_F() 587 if (forward) { in TEST_F() [all …]
|
| D | db_test_util.cc | 881 std::vector<std::string> forward; in Contents() local 890 forward.push_back(s); in Contents() 896 EXPECT_LT(matched, forward.size()); in Contents() 897 EXPECT_EQ(IterStatus(iter), forward[forward.size() - matched - 1]); in Contents() 900 EXPECT_EQ(matched, forward.size()); in Contents()
|
| /rocksdb-6.9/third-party/folly/folly/ |
| D | Optional.h | 128 : Optional{PrivateConstructor{}, std::forward<Args>(args)...} {} in Optional() 193 assign(std::forward<Arg>(arg)); 212 construct(std::forward<Args>(args)...); in emplace() 222 construct(ilist, std::forward<Args>(args)...); in emplace() 314 return std::forward<U>(dflt); in value_or() 323 return std::forward<U>(dflt); in value_or() 348 construct(std::forward<Args>(args)...); in Optional() 361 new (const_cast<void*>(ptr)) Value(std::forward<Args>(args)...); in construct() 426 return {PrivateConstructor{}, std::forward<T>(v)}; in make_optional() 432 return {PrivateConstructor{}, std::forward<Args>(args)...}; in make_optional() [all …]
|
| D | Indestructible.h | 79 : storage_(std::forward<U>(u)) {} in Indestructible() 89 : storage_(std::forward<U>(u)) {} in Indestructible() 94 : storage_(std::forward<Args>(args)...) {} in Indestructible() 105 : storage_(il, std::forward<Args>(args)...) {} in Indestructible() 158 : value(std::forward<Args>(args)...) {} in Storage()
|
| D | ScopeGuard.h | 18 explicit ScopeGuardImpl(F&& f) : f_{std::forward<F>(f)} {} in ScopeGuardImpl() 30 return ScopeGuardImpl<DecayedFunc>{std::forward<Func>(func)};
|
| D | Utility.h | 50 obj = std::forward<U>(new_value); in exchange()
|
| /rocksdb-6.9/port/win/ |
| D | win_thread.h | 78 auto binder = std::bind(std::forward<Fn>(fx), in WindowsThread() 79 std::forward<Args>(ax)...); in WindowsThread()
|
| /rocksdb-6.9/util/ |
| D | autovector.h | 288 value_type(std::forward<Args>(args)...); 290 vect_.emplace_back(std::forward<Args>(args)...);
|
| D | channel.h | 42 buffer_.emplace(std::forward<T>(elem)); in write()
|
| /rocksdb-6.9/third-party/folly/folly/container/ |
| D | Array.h | 48 return {{static_cast<value_type>(std::forward<TList>(t))...}};
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2019-03-08-format-version-4.markdown | 8 …ls_. `format_version=`3,4 offer more optimized, backward-compatible, yet forward-incompatible form…
|
| D | 2014-03-27-how-to-backup-rocksdb.markdown | 28 … consumes DB* and you should be calling all the DB methods on object `backupable_db` going forward.
|
| /rocksdb-6.9/utilities/ |
| D | env_librados.md | 12 Then EnvLibrados will forward all file read/write operation to the RADOS cluster assigned by config…
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/util/ |
| D | compaction_job_stats_impl.cc.o.d | 25 /usr/include/c++/v1/__utility/forward.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/util/ |
| D | compaction_job_stats_impl.cc.o.d | 25 /usr/include/c++/v1/__utility/forward.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/db/blob/ |
| D | blob_file_meta.cc.o.d | 25 /usr/include/c++/v1/__utility/forward.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/table_properties_collectors/ |
| D | compact_on_deletion_collector.cc.o.d | 46 /usr/include/c++/v1/__utility/forward.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/transactions/ |
| D | transaction_db_mutex_impl.cc.o.d | 20 /usr/include/c++/v1/__nullptr /usr/include/c++/v1/__utility/forward.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/merge_operators/ |
| D | put.cc.o.d | 18 /usr/include/c++/v1/__nullptr /usr/include/c++/v1/__utility/forward.h \
|
| D | max.cc.o.d | 18 /usr/include/c++/v1/__nullptr /usr/include/c++/v1/__utility/forward.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/utilities/merge_operators/ |
| D | put.cc.o.d | 18 /usr/include/c++/v1/__nullptr /usr/include/c++/v1/__utility/forward.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/env/ |
| D | env_chroot.cc.o.d | 23 /usr/include/c++/v1/__utility/forward.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb-shared.dir/utilities/transactions/ |
| D | transaction_db_mutex_impl.cc.o.d | 20 /usr/include/c++/v1/__nullptr /usr/include/c++/v1/__utility/forward.h \
|
| /rocksdb-6.9/CMakeFiles/rocksdb.dir/db/ |
| D | write_controller.cc.o.d | 46 /usr/include/c++/v1/__utility/forward.h \
|