Searched defs:TestProperty (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17875 // Don't inherit from TestProperty as its destructor is not virtual.
17876 class TestProperty { class in namespace:testing
17878 // C'tor. TestProperty does NOT have a default constructor.
17880 // TestProperty object.
17881 TestProperty(const std::string& a_key, const std::string& a_value) : function in class:testing::TestProperty
17951 const TestProperty& GetTestProperty(int i) const;
17969 const std::vector<TestProperty>& test_properties() const {
17983 const TestProperty& test_property);
17989 const TestProperty& test_property);
18013 std::vector<TestProperty> test_properties
[all...]

Completed in 140 milliseconds