Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-internal-inl.h348 bool operator()(const TestProperty& test_property) const { in operator()
349 return test_property.key() == key_; in operator()
739 void RecordProperty(const TestProperty& test_property);
Dgtest.cc2289 const TestProperty& test_property) { in RecordProperty() argument
2290 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2296 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2298 test_properties_.push_back(test_property); in RecordProperty()
2301 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2400 const TestProperty& test_property) { in ValidateTestProperty() argument
2401 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
5626 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
5640 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/
Dgtest.h468 const TestProperty& test_property);
474 const TestProperty& test_property);