Home
last modified time | relevance | path

Searched refs:test_property (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h351 bool operator()(const TestProperty& test_property) const { in operator()
352 return test_property.key() == key_; in operator()
722 void RecordProperty(const TestProperty& test_property);
H A Dgtest.cc2108 const TestProperty& test_property) { in RecordProperty() argument
2109 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2115 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2117 test_properties_.push_back(test_property); in RecordProperty()
2120 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2202 const TestProperty& test_property) { in ValidateTestProperty() argument
2203 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
4971 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
4985 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h637 const TestProperty& test_property);
643 const TestProperty& test_property);