Searched refs:statement (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/examples/ |
| D | rocksdb_option_file_example.ini | 20 # A statement is of the form option_name = value. 21 # Each statement contains a '=', where extra white-spaces 22 # are supported. However, we don't support multi-lined statement. 23 # Furthermore, each line can only contain at most one statement.
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 214 #define EXPECT_FATAL_FAILURE(statement, substr) \ argument 218 static void Execute() { statement; }\ 231 #define EXPECT_FATAL_FAILURE_ON_ALL_THREADS(statement, substr) \ argument 235 static void Execute() { statement; }\ 280 #define EXPECT_NONFATAL_FAILURE(statement, substr) \ argument 290 if (::testing::internal::AlwaysTrue()) { statement; }\ 304 if (::testing::internal::AlwaysTrue()) { statement; }\ 7832 statement, regex, file, line, test); in Create() 7863 const char* statement() const { return statement_; } in statement() function in testing::internal::DeathTestImpl 8023 buffer << "Death test: " << statement() << "\n"; in Passed() [all …]
|
| D | gtest.h | 9675 # define ASSERT_DEATH(statement, regex) \ 9680 # define EXPECT_DEATH(statement, regex) \ 9756 GTEST_EXECUTE_STATEMENT_(statement, regex) 9764 EXPECT_DEATH(statement, regex) 9767 ASSERT_DEATH(statement, regex) 9827 EXPECT_DEATH(statement, regex) 9829 ASSERT_DEATH(statement, regex) 21656 #define EXPECT_NO_THROW(statement) \ 21658 #define EXPECT_ANY_THROW(statement) \ 21662 #define ASSERT_NO_THROW(statement) \ [all …]
|
| /rocksdb-6.9/ |
| D | LICENSE.Apache | 124 You may add Your own copyright statement to Your modifications and
|