Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h350 bool operator()(const TestProperty& test_property) const { in operator()
351 return test_property.key() == key_; in operator()
750 void RecordProperty(const TestProperty& test_property);
H A Dgtest.cc2287 const TestProperty& test_property) { in RecordProperty() argument
2288 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2294 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2296 test_properties_.push_back(test_property); in RecordProperty()
2299 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2394 const TestProperty& test_property) { in ValidateTestProperty() argument
2395 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
5600 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
5614 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/freebsd-14.2/crypto/openssl/test/
H A Dproperty_test.c398 static int test_property(void) in test_property() function
678 ADD_TEST(test_property); in setup_tests()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest.h480 const TestProperty& test_property);
486 const TestProperty& test_property);