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

/netbsd-current/external/bsd/kyua-cli/dist/utils/format/
H A Dformatter.hpp97 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;
268 (*_oss) << (value ? "true" : "false");
269 return replace(_oss->str());

Completed in 138 milliseconds