Lines Matching refs:high
227 ReportItem high(3, 6, "comm", "dso", "func", 0x12345, 12345); variable
228 CompareNumberTest(low, mid, high, ReportItem::CompareEventCount);
252 ReportItem high(3, 6, "comm", "dso", "func", 0x12345, 12345); variable
253 CompareNumberTest(low, mid, high, ReportItem::ComparePid);
276 ReportItem high(3, 6, "comm", "dso", "func", 0x12345, 12345); variable
277 CompareNumberTest(low, mid, high, ReportItem::CompareTid);
300 ReportItem high(3, 6, "eomm", "dso", "func", 0x12345, 12345); variable
301 CompareStringTest(low, mid, high, ReportItem::CompareComm);
324 ReportItem high(3, 6, "comm", "dso", "hunc", 0x12345, 12345); variable
325 CompareStringTest(low, mid, high, ReportItem::CompareFunc);
347 ReportItem high(3, 6, "comm", "fso", "func", 0x12345, 12345); variable
348 CompareStringTest(low, mid, high, ReportItem::CompareDso);
371 ReportItem high(3, 6, "comm", "dso", "func", 0x12345, 12345); variable
374 high.fromDso_ = "hromDso";
375 CompareStringTest(low, mid, high, ReportItem::CompareFromDso);
399 ReportItem high(3, 6, "comm", "dso", "func", 0x12345, 12345); variable
402 high.fromFunc_ = "hromFunc";
403 CompareStringTest(low, mid, high, ReportItem::CompareFromFunc);