Searched refs:_oss (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/format/
H A Dformatter.hpp99 std::ostringstream* _oss; member in class:utils::format::formatter
H A Dformatter.cpp193 _oss = new_ostringstream(placeholder.second);
215 _oss(NULL)
230 _oss(NULL)
238 delete _oss;
270 (*_oss) << (value ? "true" : "false");
271 return replace(_oss->str());

Completed in 47 milliseconds