Home
last modified time | relevance | path

Searched refs:error_message (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/java/
DCMakeLists.txt330 list(GET downloadStatus 1 error_message)
332 message(FATAL_ERROR "Failed downloading ${JAVA_JUNIT_JAR}: ${error_message}")
340 list(GET downloadStatus 1 error_message)
342 message(FATAL_ERROR "Failed downloading ${JAVA_HAMCR_JAR}: ${error_message}")
350 list(GET downloadStatus 1 error_message)
352 message(FATAL_ERROR "Failed downloading ${JAVA_MOCKITO_JAR}: ${error_message}")
360 list(GET downloadStatus 1 error_message)
362 message(FATAL_ERROR "Failed downloading ${JAVA_CGLIB_JAR}: ${error_message}")
370 list(GET downloadStatus 1 error_message)
372 message(FATAL_ERROR "Failed downloading ${JAVA_ASSERTJ_JAR}: ${error_message}")
/rocksdb-6.9/table/plain/
Dplain_table_factory.cc197 auto error_message = ParsePlainTableOptions( in GetPlainTableOptionsFromMap() local
199 if (error_message != "") { in GetPlainTableOptionsFromMap()
214 o.first + " " + error_message); in GetPlainTableOptionsFromMap()
/rocksdb-6.9/table/block_based/
Dblock_based_table_factory.cc568 auto error_message = ParseBlockBasedTableOption( in GetBlockBasedTableOptionsFromMap() local
571 if (error_message != "") { in GetBlockBasedTableOptionsFromMap()
586 o.first + " " + error_message); in GetBlockBasedTableOptionsFromMap()
Dblock_based_table_reader.cc2901 std::string error_message = in CreateIndexReader() local
2903 return Status::InvalidArgument(error_message.c_str()); in CreateIndexReader()
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc8018 const std::string error_message = GetCapturedStderr(); in Passed() local
8027 << " Error msg:\n" << FormatDeathTestOutput(error_message); in Passed()
8031 << " Error msg:\n" << FormatDeathTestOutput(error_message); in Passed()
8035 << " Error msg:\n" << FormatDeathTestOutput(error_message); in Passed()
8041 const bool matched = RE::PartialMatch(error_message, *regex()); in Passed()
8043 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); in Passed()
8050 << "Actual msg:\n" << FormatDeathTestOutput(error_message); in Passed()
8055 << "Actual msg:\n" << FormatDeathTestOutput(error_message); in Passed()