Home
last modified time | relevance | path

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

/third_party/boost/libs/format/tools/
Dformat_matrix.cpp109 BOOST_CONSTEXPR const int g_i = numeric_limits<int>::max() - 12345; variable
229 case ID_INT: len = SNPRINTF(buf, BUFSIZ, fmtStr.c_str(), g_i ); break; in call_snprintf()
276 case ID_INT: return ::boost::str(::boost::format(fmtStr) % g_i ); in call_format()