Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1703 return test_properties_.at(i); in GetTestProperty()
1726 std::find_if(test_properties_.begin(), test_properties_.end(), in RecordProperty()
1728 if (property_with_matching_key == test_properties_.end()) { in RecordProperty()
1729 test_properties_.push_back(test_property); in RecordProperty()
1826 test_properties_.clear(); in Clear()
1868 return static_cast<int>(test_properties_.size()); in test_property_count()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h557 return test_properties_; in test_properties()
600 std::vector<TestProperty> test_properties_; variable