Searched refs:a200 (Results 1 – 1 of 1) sorted by relevance
| /developtools/hiperf/test/unittest/common/native/ |
| D | report_test.cpp | 128 ReportItemCallFrame a200("a", 0x0, "aa", 200, 0); variable 132 EXPECT_EQ(ReportItemCallFrame::CompareSortingEventCount(a, a200), false); 133 EXPECT_EQ(ReportItemCallFrame::CompareSortingEventCount(a2, a200), false); 134 EXPECT_EQ(ReportItemCallFrame::CompareSortingEventCount(a200, a200), false); 135 EXPECT_EQ(ReportItemCallFrame::CompareSortingEventCount(a200, a2), true); 136 EXPECT_EQ(ReportItemCallFrame::CompareSortingEventCount(a200, a), true); 147 ReportItemCallFrame a200("a", 0x0, "aa", 200, 0); variable 155 callframes.emplace_back(a200); 156 callframes.emplace_back(a200); 163 EXPECT_EQ(callframes[1] == a200, true); [all …]
|