Lines Matching refs:RecordProperty
2286 void TestResult::RecordProperty(const std::string& xml_element,
2320 // still RecordProperty("result") or "RecordProperty(timestamp")
2383 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
2479 void Test::RecordProperty(const std::string& key, const std::string& value) {
2480 UnitTest::GetInstance()->RecordProperty(key, value);
5390 void UnitTest::RecordProperty(const std::string& key,
5392 impl_->RecordProperty(TestProperty(key, value));
5601 void UnitTestImpl::RecordProperty(const TestProperty& test_property) {
5615 test_result->RecordProperty(xml_element, test_property);