Home
last modified time | relevance | path

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

/freebsd-src/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()
741 void RecordProperty(const TestProperty& test_property); in ClearNonAdHocTestResult()
H A Dgtest.cc2310 // supplied property is already represented, the value of this test_property
2313 const TestProperty& test_property) {
2314 if (!ValidateTestProperty(xml_element, test_property)) {
2320 internal::TestPropertyKeyIs(test_property.key()));
2322 test_properties_.push_back(test_property);
2325 property_with_matching_key->SetValue(test_property.value());
2420 const TestProperty& test_property) { in Failed()
2421 return ValidateTestPropertyName(test_property.key(), in Failed()
5662 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in ConfigureStreamingOutput()
5676 test_result->RecordProperty(xml_element, test_property); in PostFlagParsingInit()
2287 RecordProperty(const std::string & xml_element,const TestProperty & test_property) RecordProperty() argument
2394 ValidateTestProperty(const std::string & xml_element,const TestProperty & test_property) ValidateTestProperty() argument
5600 RecordProperty(const TestProperty & test_property) RecordProperty() argument
[all...]
/freebsd-src/crypto/openssl/test/
H A Dproperty_test.c391 static int test_property(void) in test_property() function
671 ADD_TEST(test_property); in setup_tests()
/freebsd-src/contrib/googletest/googletest/include/gtest/
H A Dgtest.h479 const TestProperty& test_property);
485 const TestProperty& test_property);