Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dconfigreader.cc470 struct OssFormatter { struct
474 struct OssFormatter<std::string> { struct
475 void Add(std::ostream& os, const std::string& val) { in Add()
481 struct OssFormatter<uint32_t> { struct
482 void Add(std::ostream& os, const uint32_t& val) { in Add()
488 struct OssFormatter<int32_t> { struct
489 void Add(std::ostream& os, const int32_t& val) { in Add()
495 struct OssFormatter<bool> { struct
496 void Add(std::ostream& os, const bool& val) { in Add()