Lines Matching refs:Info

189     Info *_info;
193 void setInfo(Group *parent, Info *info);
200 Info *info();
202 const Info *info() const;
231 typedef InfoProxyType<Derived> Info;
237 Info *
240 return safe_cast<Info *>(InfoAccess::info());
244 const Info *
247 return safe_cast<const Info *>(InfoAccess::info());
258 auto info = new Info(self());
281 Info *info = this->info();
361 typedef InfoProxyType<Derived> Info;
382 Info *info = self.info();
405 Info *info = this->info();
419 Info *info = this->info();
430 Info *info = this->info();
442 typedef InfoProxyType<Derived> Info;
457 Info *info = this->info();
469 Info *info = this->info();
508 StatStor(Info *info)
540 void prepare(Info *info) { }
544 void reset(Info *info) { data = Counter(); }
578 AvgStor(Info *info)
633 prepare(Info *info)
643 reset(Info *info)
1252 typedef Vector2dInfoProxy<Derived> Info;
1294 Info *info = this->info();
1350 Info *info = this->info();
1367 Info *info = this->info();
1440 DistStor(Info *info)
1493 prepare(Info *info, DistData &data)
1521 reset(Info *info)
1578 HistStor(Info *info)
1643 prepare(Info *info, DistData &data)
1671 reset(Info *info)
1713 SampleStor(Info *info)
1746 prepare(Info *info, DistData &data)
1761 reset(Info *info)
1791 AvgSampleStor(Info *info)
1822 prepare(Info *info, DistData &data)
1837 reset(Info *info)
1852 typedef DistInfoProxy<Derived> Info;
1917 Info *info = this->info();
1944 typedef VectorDistInfoProxy<Derived> Info;
1978 Info *info = this->info();
2025 Info *info = this->info();
2830 typedef SparseHistInfoProxy<Derived> Info;
2895 Info *info = this->info();
2928 SparseHistStor(Info *info)
2962 prepare(Info *info, SparseHistData &data)
2977 reset(Info *info)
3389 std::list<Info *> &statsList();
3391 typedef std::map<const void *, Info *> MapType;
3394 typedef std::map<std::string, Info *> NameMapType;