Searched refs:fill_ (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/format/ |
D | internals.hpp | 53 Ch fill_; member 122 if(fill_ != 0) in apply_on() 123 os.fill(fill_); in apply_on() 135 fill_ = os.fill(); in set_by_stream() 155 fill_=fill; // default is widen(' '), but we cant compute it without the locale in reset() 187 fmtstate_.fill_='0'; in compute_states()
|
D | parsing.hpp | 373 fpar->fmtstate_.fill_ = *start; in parse_printf_directive() 379 fpar->fmtstate_.fill_ = const_or_not(fac).widen( ' '); in parse_printf_directive()
|
D | format_implementation.hpp | 237 item.fmtstate_.fill_ ); in str()
|
/third_party/boost/boost/convert/ |
D | base.hpp | 88 BOOST_CNV_PARAM (fill, char) { fill_ = arg[ARG:: fill]; return dncast(); } in BOOST_CNV_PARAM() 98 fill_ (' '), in cnvbase() 152 for (int k = 0; k < num_left; *(--beg) = fill_, ++k); in to_str_() 153 for (int k = 0; k < num_right; *(end++) = fill_, ++k); in to_str_() 168 int fill_; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | iostream_state_saver.h | 56 fill_(os.fill(fill)), in ostream_state_saver() 64 os_.fill(fill_); in ~ostream_state_saver() 71 const fill_type fill_; variable
|
/third_party/abseil-cpp/absl/random/internal/ |
D | iostream_state_saver.h | 56 fill_(os.fill(fill)), in ostream_state_saver() 64 os_.fill(fill_); in ~ostream_state_saver() 71 const fill_type fill_; variable
|
/third_party/mindspore/mindspore/ops/_grad/ |
D | grad_math_ops.py | 293 fill_ = P.Fill() 298 bc_x = fill_(dtype_(x), shape_(x), 0.) 307 fill_ = P.Fill() 312 bc_x = fill_(dtype_(x), shape_(x), 0.)
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | io.hpp | 86 char_type fill_; member in glm::io::basic_state_saver
|
D | io.inl | 49 , fill_(a.fill()) 57 state_.fill(fill_);
|
/third_party/boost/boost/msm/front/euml/ |
D | transformation.hpp | 38 BOOST_MSM_EUML_FUNCTION(Fill_ , std::fill , fill_ , void , void )
|