Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h354 bool operator()(const TestProperty& test_property) const { in operator()
355 return test_property.key() == key_; in operator()
718 void RecordProperty(const TestProperty& test_property);
Dgtest.cc1720 const TestProperty& test_property) { in RecordProperty() argument
1721 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
1727 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
1729 test_properties_.push_back(test_property); in RecordProperty()
1732 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
1818 const TestProperty& test_property) { in ValidateTestProperty() argument
1819 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
3955 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
3969 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h570 const TestProperty& test_property);
576 const TestProperty& test_property);