Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2050 return test_properties_.at(static_cast<size_t>(i)); in GetTestProperty()
2073 std::find_if(test_properties_.begin(), test_properties_.end(), in RecordProperty()
2075 if (property_with_matching_key == test_properties_.end()) { in RecordProperty()
2076 test_properties_.push_back(test_property); in RecordProperty()
2185 test_properties_.clear(); in Clear()
2237 return static_cast<int>(test_properties_.size()); in test_property_count()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h626 return test_properties_; in test_properties()
672 std::vector<TestProperty> test_properties_; variable