Home | History | Annotate | Download | only in src

Lines Matching refs:TestProperty

456 // Don't inherit from TestProperty as its destructor is not virtual.
457 class TestProperty {
459 // C'tor. TestProperty does NOT have a default constructor.
461 // TestProperty object.
462 TestProperty(const char* key, const char* value) :
488 // A predicate that checks the key of a TestProperty against a known key.
500 bool operator()(const TestProperty& test_property) const {
528 const internal::List<internal::TestProperty> & test_properties() const {
565 void RecordProperty(const internal::TestProperty& test_property);
570 static bool ValidateTestProperty(const internal::TestProperty& test_property);
588 internal::List<internal::TestProperty> test_properties_;