Searched refs:test_properties_ (Results 1 – 2 of 2) sorted by relevance
2050 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()
626 return test_properties_; in test_properties()672 std::vector<TestProperty> test_properties_; variable