Searched defs:OssFormatter (Results 1 – 1 of 1) sorted by relevance
470 struct OssFormatter { struct474 struct OssFormatter<std::string> { struct475 void Add(std::ostream& os, const std::string& val) { in Add()481 struct OssFormatter<uint32_t> { struct482 void Add(std::ostream& os, const uint32_t& val) { in Add()488 struct OssFormatter<int32_t> { struct489 void Add(std::ostream& os, const int32_t& val) { in Add()495 struct OssFormatter<bool> { struct496 void Add(std::ostream& os, const bool& val) { in Add()