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/
H A Dgtest-all.cc755 bool operator()(const TestProperty& test_property) const {
756 return test_property.key() == key_;
1125 void RecordProperty(const TestProperty& test_property);
3216 // supplied property is already represented, the value of this test_property
3219 const TestProperty& test_property) {
3220 if (!ValidateTestProperty(xml_element, test_property)) {
3226 internal::TestPropertyKeyIs(test_property.key()));
3228 test_properties_.push_back(test_property);
3231 property_with_matching_key->SetValue(test_property.value());
3317 const TestProperty& test_property) {
3218 RecordProperty(const std::string& xml_element, const TestProperty& test_property) argument
3316 ValidateTestProperty(const std::string& xml_element, const TestProperty& test_property) argument
5532 RecordProperty(const TestProperty& test_property) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17983 const TestProperty& test_property);
17989 const TestProperty& test_property);

Completed in 58 milliseconds