Home | History | Annotate | Download | only in src

Lines Matching refs:TestProperty

1821 void TestResult::RecordProperty(const TestProperty& test_property) {
1826 ListNode<TestProperty>* const node_with_matching_key =
1832 TestProperty& property_with_matching_key = node_with_matching_key->element();
1838 bool TestResult::ValidateTestProperty(const TestProperty& test_property) {
3160 using internal::TestProperty;
3162 const internal::List<TestProperty>& properties = result->test_properties();
3163 for (const internal::ListNode<TestProperty>* property_node =
3167 const TestProperty& property = property_node->element();
3342 const internal::TestProperty test_property(key, value);