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

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h580 return test_properties_;
623 std::vector<TestProperty> test_properties_; member in class:testing::TestResult
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2041 return test_properties_.at(i);
2064 std::find_if(test_properties_.begin(), test_properties_.end(),
2066 if (property_with_matching_key == test_properties_.end()) {
2067 test_properties_.push_back(test_property);
2164 test_properties_.clear();
2206 return static_cast<int>(test_properties_.size());

Completed in 32 milliseconds