Searched refs:test_properties_ (Results 1 – 2 of 2) sorted by relevance
464 return test_properties_; in test_properties()510 std::vector<TestProperty> test_properties_; variable
2272 return test_properties_.at(static_cast<size_t>(i)); in GetTestProperty()2293 std::find_if(test_properties_.begin(), test_properties_.end(), in RecordProperty()2295 if (property_with_matching_key == test_properties_.end()) { in RecordProperty()2296 test_properties_.push_back(test_property); in RecordProperty()2402 test_properties_.clear(); in Clear()2453 return static_cast<int>(test_properties_.size()); in test_property_count()