Lines Matching refs:test_property
762 bool operator()(const TestProperty& test_property) const { in operator ()()
763 return test_property.key() == key_; in operator ()()
1122 void RecordProperty(const TestProperty& test_property);
3506 const TestProperty& test_property) { in RecordProperty() argument
3507 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
3513 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
3515 test_properties_.push_back(test_property); in RecordProperty()
3518 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
3604 const TestProperty& test_property) { in ValidateTestProperty() argument
3605 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
5824 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
5838 test_result->RecordProperty(xml_element, test_property); in RecordProperty()