Searched refs:integer (Results 1 – 4 of 4) sorted by relevance
66 …, say, a `StringToIntComparator` can convert a string into an integer, and use the integer to perf…
180 // An integer showing the current stage where the thread is involved
970 auto integer = std::stoi(exc.what()); in TEST() local971 EXPECT_EQ(integer, 46); in TEST()
192 * 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.