Searched defs:test_property (Results 1 – 1 of 1) sorted by relevance
1821 void TestResult::RecordProperty(const TestProperty& test_property) { in RecordProperty()1838 bool TestResult::ValidateTestProperty(const TestProperty& test_property) { in ValidateTestProperty()3342 const internal::TestProperty test_property(key, value); in RecordPropertyForCurrentTest() local