Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dreport.h285 struct ReportKey { struct
290 ReportKeyCompareFunction &compareFunction_; argument
291 ReportKeyGetFunction &GetFunction_; argument
294 ReportKey(const std::string keyName, ReportKeyCompareFunction &compareFunction, in ReportKey() argument
306 void UpdateValueMaxLen(const std::string &value) in UpdateValueMaxLen()
315 void UpdateValueMaxLen(const size_t value) in UpdateValueMaxLen()
324 std::string GetValue(const ReportItem &i) in GetValue()
329 bool ShouldDisplay(const ReportItem &i) in ShouldDisplay()