Home
last modified time | relevance | path

Searched refs:integer (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2018-08-23-data-block-hash-index.markdown66 …, say, a `StringToIntComparator` can convert a string into an integer, and use the integer to perf…
D2015-10-27-getthreadlist.markdown180 // An integer showing the current stage where the thread is involved
/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp970 auto integer = std::stoi(exc.what()); in TEST() local
971 EXPECT_EQ(integer, 46); in TEST()
/rocksdb-6.9/
DHISTORY.md192 * LDBCommandRunner::RunCommand() to return the status code as an integer, rather than call exit() u…
1037 * Add DB::GetIntProperty(), which returns DB properties that are integer as uint64_t.