Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h464 return test_properties_; in test_properties()
510 std::vector<TestProperty> test_properties_; variable
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc2272 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()