Searched refs:test_property (Results 1 – 12 of 12) sorted by relevance
356 bool operator()(const TestProperty& test_property) const { in operator()357 return test_property.key() == key_; in operator()740 void RecordProperty(const TestProperty& test_property);
2067 const TestProperty& test_property) { in RecordProperty() argument2068 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()2074 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()2076 test_properties_.push_back(test_property); in RecordProperty()2079 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()2177 const TestProperty& test_property) { in ValidateTestProperty() argument2178 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()5043 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument5057 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
391 static int test_property(void) in test_property() function671 ADD_TEST(test_property); in setup_tests()
642 const TestProperty& test_property);648 const TestProperty& test_property);
4048 int test_property() @property;
389 * testsuite/testsuite_tr1.h (test_property): Generalize to any476 * testsuite/testsuite_tr1.h (test_property): New.
141 * testsuite/util/testsuite_tr1.h (test_category, test_property,
5207 * testsuite/testsuite_tr1.h (test_property): New function.
1434 * testsuite/util/testsuite_tr1.h (test_property): Avoid
27 * testsuite/util/testsuite_tr1.h (test_property): Don't define both
89 variadic version to an overload of test_property.
5219 int test_property() @property;