Searched refs:fmtBegin (Results 1 – 1 of 1) sorted by relevance
/external/bcc/src/cc/vendor/ |
D | tinyformat.hpp | 499 void format(std::ostream& out, const char* fmtBegin, in format() argument 502 m_formatImpl(out, fmtBegin, fmtEnd, ntrunc, m_value); in format() 512 TINYFORMAT_HIDDEN static void formatImpl(std::ostream& out, const char* fmtBegin, in formatImpl() argument 515 formatValue(out, fmtBegin, fmtEnd, ntrunc, *static_cast<const T*>(value)); in formatImpl() 525 void (*m_formatImpl)(std::ostream& out, const char* fmtBegin,
|