Searched refs:test_properties_ (Results 1 – 2 of 2) sorted by relevance
463 return test_properties_; in test_properties()509 std::vector<TestProperty> test_properties_; variable
2298 return test_properties_.at(static_cast<size_t>(i)); in GetTestProperty()2319 std::find_if(test_properties_.begin(), test_properties_.end(), in RecordProperty()2321 if (property_with_matching_key == test_properties_.end()) { in RecordProperty()2322 test_properties_.push_back(test_property); in RecordProperty()2428 test_properties_.clear(); in Clear()2479 return static_cast<int>(test_properties_.size()); in test_property_count()