Lines Matching refs:TestProperty
753 bool operator()(const TestProperty& test_property) const { in operator ()()
1143 void RecordProperty(const TestProperty& test_property);
1437 const TestProperty& property) { in RecordProperty()
3711 const TestProperty& TestResult::GetTestProperty(int i) const { in GetTestProperty()
3731 const TestProperty& test_property) { in RecordProperty()
3736 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty()
3842 const TestProperty& test_property) { in ValidateTestProperty()
5888 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsXmlAttributes()
5906 const TestProperty& property = result.GetTestProperty(i); in OutputXmlTestProperties()
6348 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsJson()
6844 impl_->RecordProperty(TestProperty(key, value)); in RecordProperty()
7047 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty()