Home
last modified time | relevance | path

Searched defs:ReportKey (Results 1 – 1 of 1) sorted by relevance

/developtools/hiperf/include/
Dreport.h286 struct ReportKey { struct
291 ReportKeyCompareFunction &compareFunction_; argument
292 ReportKeyGetFunction &GetFunction_; argument
295 ReportKey(const std::string keyName, ReportKeyCompareFunction &compareFunction, in ReportKey() argument
307 void UpdateValueMaxLen(const std::string &value) in UpdateValueMaxLen()
316 void UpdateValueMaxLen(size_t value) in UpdateValueMaxLen()
325 std::string GetValue(const ReportItem &i) in GetValue()
330 bool ShouldDisplay(const ReportItem &i) in ShouldDisplay()