Searched refs:RecordProperty (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 1123 void RecordProperty(const TestProperty& test_property); 1422 static void RecordProperty(TestResult* test_result, in RecordProperty() function in testing::internal::TestResultAccessor 1425 test_result->RecordProperty(xml_element, property); in RecordProperty() 3558 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() function in testing::TestResult 3735 UnitTest::GetInstance()->RecordProperty(key, value); in RecordProperty() 3739 void Test::RecordProperty(const std::string& key, int value) { in RecordProperty() function in testing::Test 3742 RecordProperty(key, value_message.GetString().c_str()); in RecordProperty() 6160 void UnitTest::RecordProperty(const std::string& key, in RecordProperty() function in testing::UnitTest 6162 impl_->RecordProperty(TestProperty(key, value)); in RecordProperty() 6353 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() function in testing::internal::UnitTestImpl [all …]
|
| D | gtest.h | 20223 static void RecordProperty(const std::string& key, const std::string& value); 20224 static void RecordProperty(const std::string& key, int value); 20393 void RecordProperty(const std::string& xml_element, 21096 void RecordProperty(const std::string& key, const std::string& value);
|