Lines Matching refs:Metric

41 #include "Metric.h"
861 Metric *mtr = mlist->get (mind);
994 Metric *mtr = mlist->get_items ()->get (mind);
995 Metric::SubType subtype = mtr->get_subtype ();
1015 && subtype == Metric::ATTRIBUTED)
1037 && subtype == Metric::ATTRIBUTED)
1057 && subtype == Metric::ATTRIBUTED)
1084 && subtype == Metric::ATTRIBUTED)
1114 Metric *mtr = mlist->get_items ()->get (mind);
1221 Metric *mitem = mlist->get (i);
1222 Metric *mitem_tmp = mlist_tmp->get (i);
1246 Metric *m = mitem;
1429 Metric *mtr = mlist->get (ind);
1430 Metric::SubType subtype = mtr->get_subtype ();
1436 case Metric::INCLUSIVE:
1440 case Metric::EXCLUSIVE:
1445 case Metric::STATIC:
1446 case Metric::ATTRIBUTED:
1448 case Metric::DATASPACE:
1533 Metric *mtr = mlist->get (ind);
1534 Metric::SubType subtype = mtr->get_subtype ();
1538 case Metric::ATTRIBUTED:
1544 case Metric::STATIC:
1545 case Metric::EXCLUSIVE:
1546 case Metric::INCLUSIVE:
1547 case Metric::DATASPACE:
1605 Metric *mtr = mlist->get (ind);
1606 Metric::SubType subtype = mtr->get_subtype ();
1607 if (subtype == Metric::ATTRIBUTED)
1656 Metric *mtr = mlist->get (ind);
1657 Metric::SubType subtype = mtr->get_subtype ();
1658 if (subtype == Metric::ATTRIBUTED)
2090 Metric *mtr = mlist->get (ind);
2091 Metric::SubType subtype = mtr->get_subtype ();
2092 if (subtype == Metric::INCLUSIVE && !incl_ok)
2094 if (subtype == Metric::EXCLUSIVE && !excl_ok)
2141 Metric *mtr = mlist->get (ind);
2142 Metric::SubType subtype = mtr->get_subtype ();
2145 case Metric::INCLUSIVE:
2149 case Metric::EXCLUSIVE:
2150 case Metric::ATTRIBUTED:
2154 case Metric::DATASPACE:
2159 case Metric::STATIC:
2256 Metric *mtr = mlist->get (ind);
2257 Metric::SubType subtype = mtr->get_subtype ();
2258 if (subtype == Metric::INCLUSIVE && !incl_ok)
2260 if (subtype == Metric::EXCLUSIVE && !excl_ok)
2262 if (subtype == Metric::ATTRIBUTED && !excl_ok)
2535 Metric *mtr = mlist->get_items ()->fetch (mind);