Searched refs:test_property (Results 1 – 4 of 4) sorted by relevance
351 bool operator()(const TestProperty& test_property) const { in operator()352 return test_property.key() == key_; in operator()741 void RecordProperty(const TestProperty& test_property);
2340 const TestProperty& test_property) { in RecordProperty() argument2341 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()2347 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()2349 test_properties_.push_back(test_property); in RecordProperty()2352 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()2447 const TestProperty& test_property) { in ValidateTestProperty() argument2448 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()5711 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument5725 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
420 static int test_property(void) in test_property() function 716 ADD_TEST(test_property); in setup_tests()
479 const TestProperty& test_property);485 const TestProperty& test_property);