Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1725 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty() local
1728 if (property_with_matching_key == test_properties_.end()) { in RecordProperty()
1732 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()