/third_party/boost/libs/log/example/doc/ |
D | util_manip_to_log.cpp | 20 logging::to_log_manip< int > const& manip in operator <<() 23 strm << std::setw(4) << std::setfill('0') << std::hex << manip.get() << std::dec; in operator <<() 41 logging::to_log_manip< int, tag_A > const& manip in operator <<() 44 strm << "A[" << manip.get() << "]"; in operator <<() 51 logging::to_log_manip< int, tag_B > const& manip in operator <<() 54 strm << "B[" << manip.get() << "]"; in operator <<()
|
D | expressions_attr_fmt_tag.cpp | 61 logging::to_log_manip< severity_level, severity_tag > const& manip in operator <<() 73 severity_level level = manip.get(); in operator <<()
|
D | expressions_keyword_fmt_tag.cpp | 62 logging::to_log_manip< severity_level, tag::severity > const& manip in operator <<() 74 severity_level level = manip.get(); in operator <<()
|
/third_party/boost/libs/atomic/test/ |
D | lightweight_test_stream.hpp | 26 test_stream_type const& operator<< (ios_base_manip manip) const in operator <<() 28 std::cerr << manip; in operator <<() 31 test_stream_type const& operator<< (basic_ios_manip manip) const in operator <<() 33 std::cerr << manip; in operator <<() 36 test_stream_type const& operator<< (stream_manip manip) const in operator <<() 38 std::cerr << manip; in operator <<()
|
/third_party/boost/boost/log/utility/manipulators/ |
D | dump.hpp | 129 … CharT, TraitsT >& operator<< (std::basic_ostream< CharT, TraitsT >& strm, dump_manip const& manip) in operator <<() argument 132 aux::dump_data(manip.get_data(), manip.get_size(), strm); in operator <<() 156 …TraitsT >& operator<< (std::basic_ostream< CharT, TraitsT >& strm, bounded_dump_manip const& manip) in operator <<() argument 160 const std::size_t size = manip.get_size(), max_size = manip.get_max_size(); in operator <<() 163 aux::dump_data(manip.get_data(), size, strm); in operator <<() 167 aux::dump_data(manip.get_data(), max_size, strm); in operator <<()
|
D | add_value.hpp | 96 …am< CharT >& operator<< (basic_record_ostream< CharT >& strm, add_value_manip< RefT > const& manip) in operator <<() argument 99 attribute_value value(new attributes::attribute_value_impl< value_type >(manip.get_value())); in operator <<() 100 strm.get_record().attribute_values().insert(manip.get_name(), value); in operator <<()
|
D | to_log.hpp | 57 …tream< StreamT >::value, StreamT& >::type operator<< (StreamT& strm, to_log_manip< T, TagT > manip) in operator <<() argument 59 strm << manip.get(); in operator <<()
|
D | range.hpp | 116 …, StreamT& >::type operator<< (StreamT& strm, range_manipulator< RangeT, DelimiterT > const& manip) in operator <<() argument 119 manip.output(strm); in operator <<()
|
D | tuple.hpp | 149 …, StreamT& >::type operator<< (StreamT& strm, tuple_manipulator< TupleT, DelimiterT > const& manip) in operator <<() argument 152 manip.output(strm); in operator <<()
|
D | optional.hpp | 113 … StreamT& >::type operator<< (StreamT& strm, optional_manipulator< OptionalT, NoneT > const& manip) in operator <<() argument 115 manip.output(strm); in operator <<()
|
/third_party/boost/boost/chrono/io/utility/ |
D | manip_base.hpp | 53 class manip class 76 out_stream &operator<<(out_stream &out, const manip<manip_type> &op) in operator <<() 91 in_stream &operator>>(in_stream &in, const manip<manip_type> &op) in operator >>()
|
/third_party/boost/boost/numeric/ublas/ |
D | assignment.hpp | 54 void manip(V &k) const { k=i; } in manip() function in boost::numeric::ublas::vector_move_to_manip 94 void manip(V &k) const { k=I; } in manip() function in boost::numeric::ublas::static_vector_move_to_manip 135 BOOST_UBLAS_INLINE void manip(V &k) const { k+=i; } in manip() function in boost::numeric::ublas::vector_move_manip 178 BOOST_UBLAS_INLINE void manip(V &k) const { in manip() function in boost::numeric::ublas::static_vector_move_manip 229 void manip(V1 &k, V2 &l) const { in manip() function in boost::numeric::ublas::matrix_move_to_manip 282 void manip(V &k, K &l) const { in manip() function in boost::numeric::ublas::static_matrix_move_to_manip 331 void manip(V &k, K &l) const { in manip() function in boost::numeric::ublas::matrix_move_manip 382 void manip(V &k, K &l) const { in manip() function in boost::numeric::ublas::static_matrix_move_manip 434 void manip(V & k, K &/*l*/) const { in manip() function in boost::numeric::ublas::begin1_manip 478 void manip(V &/*k*/, K &l) const { in manip() function in boost::numeric::ublas::begin2_manip [all …]
|
/third_party/boost/libs/locale/test/ |
D | test_formatting.cpp | 61 #define TEST_FMT(manip,value,expected) \ argument 65 ss << manip << value; \ 103 #define TEST_NOPAR(manip,actual,type) \ argument 112 ss >> manip >> v ; \ 120 ss >> manip; \ 125 #define TEST_PAR(manip,type,actual,expected) \ argument 131 ss >> manip >> v >> std::ws; \ 138 ss >> manip >> v >> std::skipws >> tmp_c; \ 143 #define TEST_FP1(manip,value_in,str,type,value_out) \ argument 145 TEST_FMT(manip,value_in,str); \ [all …]
|
/third_party/boost/boost/log/sources/ |
D | record_ostream.hpp | 195 basic_record_ostream& operator<< (typename base_type::ios_base_manip manip) in operator <<() argument 197 static_cast< base_type& >(*this) << manip; in operator <<() 200 basic_record_ostream& operator<< (typename base_type::basic_ios_manip manip) in operator <<() argument 202 static_cast< base_type& >(*this) << manip; in operator <<() 205 basic_record_ostream& operator<< (typename base_type::stream_manip manip) in operator <<() argument 207 static_cast< base_type& >(*this) << manip; in operator <<()
|
/third_party/boost/boost/fusion/sequence/io/detail/ |
D | manip.hpp | 237 string_ios_manip<name##_tag, Stream> manip(s); \ 238 manip.set(m.data); \ 245 string_ios_manip<name##_tag, Stream> manip(s); \ 246 manip.set(m.data); \
|
D | out.hpp | 33 detail::string_ios_manip<Tag, OS> manip(os); in print() local 34 manip.print(delim); in print()
|
D | in.hpp | 33 detail::string_ios_manip<Tag, IS> manip(is); in read() local 34 manip.read(delim); in read()
|
/third_party/boost/boost/log/utility/ |
D | formatting_ostream.hpp | 418 basic_formatting_ostream& operator<< (ios_base_manip manip) in operator <<() argument 420 m_stream << manip; in operator <<() 423 basic_formatting_ostream& operator<< (basic_ios_manip manip) in operator <<() argument 425 m_stream << manip; in operator <<() 428 basic_formatting_ostream& operator<< (stream_manip manip) in operator <<() argument 430 m_stream << manip; in operator <<()
|
/third_party/boost/boost/chrono/io/ |
D | duration_io.hpp | 36 class duration_fmt: public manip<duration_fmt>
|
D | time_point_io.hpp | 457 class time_manip: public manip<time_manip<CharT> > 480 class time_man: public manip<time_man>
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | az.txt | 316 mni{"manipüri"}
|
D | lv.txt | 328 mni{"manipūru"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | az.txt | 313 mni{"manipüri"}
|
D | lv.txt | 325 mni{"manipūru"}
|
/third_party/icu/icu4c/source/data/lang/ |
D | az.txt | 316 mni{"manipüri"}
|