| 9530 | StringStreams* StringStreams::s_instance = nullptr; |
| 9531 | |
| 9532 | void ReusableStringStream::cleanup() { |
| 9533 | StringStreams::cleanup(); |
| 9534 | } |
| 9535 | |
| 9536 | ReusableStringStream::ReusableStringStream() |
| 9537 | : m_index( StringStreams::instance().add() ), |
nothing calls this directly
no outgoing calls
no test coverage detected