Home
last modified time | relevance | path

Searched refs:moves (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp822 auto moves = TestConstruction::moveConstructs().load(); in TEST() local
825 EXPECT_TRUE(moves == 0 || moves == 1); in TEST()
826 EXPECT_EQ(TestConstruction::destructs().load(), moves + defaults); in TEST()
/rocksdb-6.9/docs/_docs/
Dgetting-started.md61 …Get methods to modify/query the database. For example, the following code moves the value stored u…