Home | History | Annotate | Download | only in src

Lines Matching defs:RecordProperty

1734 void TestResult::RecordProperty(const std::string& xml_element,
1822 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
1913 void Test::RecordProperty(const std::string& key, const std::string& value) {
1914 UnitTest::GetInstance()->RecordProperty(key, value);
1918 void Test::RecordProperty(const std::string& key, int value) {
1921 RecordProperty(key, value_message.GetString().c_str());
3844 void UnitTest::RecordProperty(const std::string& key,
3846 impl_->RecordProperty(TestProperty(key, value));
4048 void UnitTestImpl::RecordProperty(const TestProperty& test_property) {
4062 test_result->RecordProperty(xml_element, test_property);