Home
last modified time | relevance | path

Searched refs:test_properties_ (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest.cc2091 return test_properties_.at(i); in GetTestProperty()
2114 std::find_if(test_properties_.begin(), test_properties_.end(), in RecordProperty()
2116 if (property_with_matching_key == test_properties_.end()) { in RecordProperty()
2117 test_properties_.push_back(test_property); in RecordProperty()
2210 test_properties_.clear(); in Clear()
2262 return static_cast<int>(test_properties_.size()); in test_property_count()
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
Dgtest.h624 return test_properties_; in test_properties()
667 std::vector<TestProperty> test_properties_; variable