Home
last modified time | relevance | path

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

/third_party/boost/boost/format/
Dinternals.hpp53 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()
Dparsing.hpp373 fpar->fmtstate_.fill_ = *start; in parse_printf_directive()
379 fpar->fmtstate_.fill_ = const_or_not(fac).widen( ' '); in parse_printf_directive()
Dformat_implementation.hpp237 item.fmtstate_.fill_ ); in str()
/third_party/boost/boost/convert/
Dbase.hpp88 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/
Diostream_state_saver.h56 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/
Diostream_state_saver.h56 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/
Dgrad_math_ops.py293 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/
Dio.hpp86 char_type fill_; member in glm::io::basic_state_saver
Dio.inl49 , fill_(a.fill())
57 state_.fill(fill_);
/third_party/boost/boost/msm/front/euml/
Dtransformation.hpp38 BOOST_MSM_EUML_FUNCTION(Fill_ , std::fill , fill_ , void , void )