Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc755 bool operator()(const TestProperty& test_property) const { in operator ()()
756 return test_property.key() == key_; in operator ()()
1125 void RecordProperty(const TestProperty& test_property);
3219 const TestProperty& test_property) { in RecordProperty() argument
3220 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
3226 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
3228 test_properties_.push_back(test_property); in RecordProperty()
3231 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
3317 const TestProperty& test_property) { in ValidateTestProperty() argument
3318 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h17983 const TestProperty& test_property);
17989 const TestProperty& test_property);