Home
last modified time | relevance | path

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

/third_party/boost/boost/format/
Dinternals.hpp80 truncate_(max_streamsize()), pad_scheme_(0) {} in format_item()
96 std::streamsize truncate_;//- is set for directives like %.5s that ask truncation member
168 argN_=argN_no_posit; truncate_ = max_streamsize(); pad_scheme_ =0; in reset()
Dfeed_args.hpp205 …(static_cast<size_type>((specs.truncate_ & (std::numeric_limits<size_type>::max)())) - !!prefix_sp… in put()
222 if(res_size == static_cast<size_type>(w) && w<=specs.truncate_ && !prefix_space) { in put()
250 … (static_cast<size_type>(specs.truncate_ & (std::numeric_limits<size_type>::max)())), in put()
Dparsing.hpp387 fpar->truncate_ = 1; in parse_printf_directive()
394 fpar->truncate_ = fpar->fmtstate_.precision_; in parse_printf_directive()
/third_party/boost/libs/format/benchmark/
Dresults.txt103 std::streamsize res_size = std::min(specs.truncate_, oss_.pcount());