Home
last modified time | relevance | path

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

/third_party/boost/boost/locale/
Ddate_time.hpp58 period::period_type type; ///< The type of period, i.e. era, year, day etc.
72 … date_time_period(period::period_type f=period::period_type(),int v=1) : type(f), value(v) {} in date_time_period()
79 inline period_type invalid(){ return period_type(marks::invalid); } in invalid()
83 inline period_type era(){ return period_type(marks::era); } in era()
87 inline period_type year(){ return period_type(marks::year); } in year()
91 inline period_type extended_year(){ return period_type(marks::extended_year); } in extended_year()
95 inline period_type month(){ return period_type(marks::month); } in month()
99 inline period_type day(){ return period_type(marks::day); } in day()
103 inline period_type day_of_year(){ return period_type(marks::day_of_year); } in day_of_year()
112 inline period_type day_of_week(){ return period_type(marks::day_of_week); } in day_of_week()
[all …]
Ddate_time_facet.hpp70 class period_type { class
75 period_type(marks::period_mark m = marks::invalid) : mark_(m) in period_type() function in boost::locale::period::period_type
90 bool operator==(period_type const &other) const in operator ==()
97 bool operator!=(period_type const &other) const in operator !=()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dchrono_time_traits.hpp47 typedef typename duration_type::period period_type; typedef
157 const int64_t num1 = period_type::num / gcd<period_type::num, Num>::value; in duration_cast()
158 const int64_t num2 = Num / gcd<period_type::num, Num>::value; in duration_cast()
160 const int64_t den1 = period_type::den / gcd<period_type::den, Den>::value; in duration_cast()
161 const int64_t den2 = Den / gcd<period_type::den, Den>::value; in duration_cast()
170 else if (num == 1 && period_type::den != 1) in duration_cast()
/third_party/boost/boost/asio/detail/
Dchrono_time_traits.hpp47 typedef typename duration_type::period period_type; typedef
157 const int64_t num1 = period_type::num / gcd<period_type::num, Num>::value; in duration_cast()
158 const int64_t num2 = Num / gcd<period_type::num, Num>::value; in duration_cast()
160 const int64_t den1 = period_type::den / gcd<period_type::den, Den>::value; in duration_cast()
161 const int64_t den2 = Den / gcd<period_type::den, Den>::value; in duration_cast()
170 else if (num == 1 && period_type::den != 1) in duration_cast()
/third_party/boost/boost/date_time/
Dperiod_parser.hpp118 template<class period_type, class duration_type, class facet_type>
119 period_type get_period(stream_itr_type& sitr, in get_period()
122 const period_type& /* p */, in get_period() argument
129 typedef typename period_type::point_type point_type; in get_period()
148 return period_type(p1, p2); in get_period()
Dperiod_formatter.hpp154 template<class period_type, class facet_type>
158 const period_type& p, in put_period()
Ddate_facet.hpp56 typedef boost::date_time::period<date_type,duration_type> period_type; typedef in boost::date_time::date_facet
250 const period_type& p) const in put()
419 typedef boost::date_time::period<date_type,duration_type> period_type; typedef in boost::date_time::date_input_facet
645 period_type& p) const in get()
Dtime_facet.hpp209 typedef boost::date_time::period<time_type,time_duration_type> period_type; typedef in boost::date_time::time_facet
541 char_type fill, const period_type& p) const in put()
702 typedef boost::date_time::period<time_type,time_duration_type> period_type; typedef in boost::date_time::time_input_facet
776 period_type& p) const in get()
/third_party/boost/libs/locale/src/shared/
Ddate_time.cpp101 int calendar::minimum(period_type f) const in minimum()
106 int calendar::greatest_minimum(period_type f) const in greatest_minimum()
111 int calendar::maximum(period_type f) const in maximum()
116 int calendar::least_maximum(period_type f) const in least_maximum()
219 void date_time::set(period_type f,int v) in set()
225 int date_time::get(period_type f) const in get()
415 int date_time::difference(date_time const &other,period_type f) const in difference()
420 int date_time::maximum(period_type f) const in maximum()
425 int date_time::minimum(period_type f) const in minimum()
/third_party/ffmpeg/libavcodec/
Dh264_sei.c385 h->period_type = get_bits(gb, 8); in decode_green_metadata()
387 if (h->period_type == 2) in decode_green_metadata()
389 else if (h->period_type == 3) in decode_green_metadata()
Dh264_sei.h152 uint8_t period_type; member
Dh264dec.c533 av_log(logctx, AV_LOG_DEBUG, " green_metadata_period_type: %d\n", gm->period_type); in debug_green_metadata()
535 if (gm->period_type == 2) in debug_green_metadata()
537 else if (gm->period_type == 3) in debug_green_metadata()