Lines Matching refs:TestProperty
2270 const TestProperty& TestResult::GetTestProperty(int i) const {
2287 const TestProperty& test_property) {
2292 const std::vector<TestProperty>::iterator property_with_matching_key =
2394 const TestProperty& test_property) {
4423 const TestProperty& property = result.GetTestProperty(i);
4441 const TestProperty& property = result.GetTestProperty(i);
4885 const TestProperty& property = result.GetTestProperty(i);
5385 // Adds a TestProperty to the current TestResult object when invoked from
5392 impl_->RecordProperty(TestProperty(key, value));
5596 // Adds a TestProperty to the current TestResult object when invoked in a
5601 void UnitTestImpl::RecordProperty(const TestProperty& test_property) {