Home
last modified time | relevance | path

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

/third_party/boost/libs/format/tools/
Dformat_matrix.cpp113 BOOST_CONSTEXPR const int64_t g_ll = numeric_limits<int64_t>::max() - 12345; variable
233 case ID_LLONG: len = SNPRINTF(buf, BUFSIZ, fmtStr.c_str(), g_ll ); break; in call_snprintf()
280 case ID_LLONG: return ::boost::str(::boost::format(fmtStr) % g_ll ); in call_format()