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

/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h355 bool operator()(const TestProperty& test_property) const {
356 return test_property.key() == key_;
715 void RecordProperty(const TestProperty& test_property);
H A Dgtest.cc2055 // supplied property is already represented, the value of this test_property
2058 const TestProperty& test_property) {
2059 if (!ValidateTestProperty(xml_element, test_property)) {
2065 internal::TestPropertyKeyIs(test_property.key()));
2067 test_properties_.push_back(test_property);
2070 property_with_matching_key->SetValue(test_property.value());
2156 const TestProperty& test_property) {
2157 return ValidateTestPropertyName(test_property.key(),
4372 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { argument
4386 test_result->RecordProperty(xml_element, test_property);
2057 RecordProperty(const std::string& xml_element, const TestProperty& test_property) argument
2155 ValidateTestProperty(const std::string& xml_element, const TestProperty& test_property) argument
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h593 const TestProperty& test_property);
599 const TestProperty& test_property);

Completed in 25 milliseconds