Home | History | Annotate | Download | only in src

Lines Matching refs:TestProperty

1715 const TestProperty& TestResult::GetTestProperty(int i) const {
1735 const TestProperty& test_property) {
1740 const std::vector<TestProperty>::iterator property_with_matching_key =
1833 const TestProperty& test_property) {
3403 const TestProperty& property = result.GetTestProperty(i);
3839 // Adds a TestProperty to the current TestResult object when invoked from
3846 impl_->RecordProperty(TestProperty(key, value));
4043 // Adds a TestProperty to the current TestResult object when invoked in a
4048 void UnitTestImpl::RecordProperty(const TestProperty& test_property) {