Home
last modified time | relevance | path

Searched refs:FormatToStream (Results 1 – 1 of 1) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DMemoryOutStream.cpp122 FormatToStream(*this, "%i", n); in operator <<()
128 FormatToStream(*this, "%li", n); in operator <<()
134 FormatToStream(*this, "%lu", n); in operator <<()
145 FormatToStream(*this, "%I64d", n); in operator <<()
147 FormatToStream(*this, "%lld", n); in operator <<()
160 FormatToStream(*this, "%I64u", n); in operator <<()
162 FormatToStream(*this, "%llu", n); in operator <<()
170 FormatToStream(*this, "%0.6f", f); in operator <<()
176 FormatToStream(*this, "%p", p); in operator <<()
182 FormatToStream(*this, "%u", s); in operator <<()
[all …]