Home
last modified time | relevance | path

Searched refs:get_date (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/libs/date_time/test/gregorian/
Dtestgenerators.cpp21 date d = pd1.get_date(2000); in main()
24 d = pd1.get_date(2001); in main()
39 std::cout << lsif.get_date(2002) << std::endl; //24th in main()
40 check("Last kday", date(2002,Feb,24) == lsif.get_date(2002)); in main()
43 check("Last kday", date(2002,Feb,28) == ltif.get_date(2002)); in main()
46 check("Last kday", date(2002,Feb,22) == lfif.get_date(2002)); in main()
52 std::cout << fsif.get_date(2002) << std::endl; //24th in main()
53 check("First kday", date(2002,Feb,3) == fsif.get_date(2002)); in main()
56 check("First kday", date(2002,Feb,7) == ftif.get_date(2002)); in main()
59 check("First kday", date(2002,Feb,1) == ffif.get_date(2002)); in main()
[all …]
Dtestgreg_serialize.cpp183 …check("date_generator: nth_kday_of_month", nkd.get_date(2002) == nkd2.get_date(2002)); // no opera… in main()
184 …check("date_generator: first_kday_of_month", fkd.get_date(2002) == fkd2.get_date(2002)); // no ope… in main()
185 …check("date_generator: last_kday_of_month", lkd.get_date(2002) == lkd2.get_date(2002)); // no oper… in main()
186 …check("date_generator: first_kday_before", fkdb.get_date(d) == fkdb2.get_date(d)); // no operator=… in main()
187 …check("date_generator: first_kday_after", fkda.get_date(d) == fkda2.get_date(d)); // no operator==… in main()
Dtestdate_input_facet.cpp315 pd.get_date(2004), date(2004,Feb,29)); in main()
319 nkd.get_date(2004), date(2004,Mar,8)); in main()
323 fkd.get_date(2004), date(2004,Apr,6)); in main()
327 lkd.get_date(2004), date(2004,May,26)); in main()
331 fkb.get_date(date(2004,Feb,8)), date(2004,Feb,5)); in main()
335 fka.get_date(date(2004,Feb,1)), date(2004,Feb,6)); in main()
355 nkd.get_date(2004), date(2004,Jul,17)); in main()
359 fkd.get_date(2004), date(2004,May,5)); in main()
363 lkd.get_date(2004), date(2004,Apr,27)); in main()
367 fkb.get_date(date(2004,Feb,8)), date(2004,Feb,6)); in main()
[all …]
/third_party/boost/boost/date_time/
Dlocal_timezone_defs.hpp80 return start1.get_date(year); in local_dst_start_day()
85 return start.get_date(year); in local_dst_start_day()
93 return end_rule.get_date(year); in local_dst_end_day()
97 return end.get_date(year); in local_dst_end_day()
131 return start.get_date(year); in local_dst_start_day()
137 return end.get_date(year); in local_dst_end_day()
175 return start.get_date(year); in local_dst_start_day()
181 return end.get_date(year); in local_dst_end_day()
Ddate_generators.hpp39 virtual date_type get_date(year_type y) const = 0;
101 date_type get_date(year_type y) const BOOST_OVERRIDE in get_date() function in boost::date_time::partial_date
112 return get_date(y); in operator ()()
204 date_type get_date(year_type y) const BOOST_OVERRIDE in get_date() function in boost::date_time::nth_kday_of_month
279 date_type get_date(year_type year) const BOOST_OVERRIDE in get_date() function in boost::date_time::first_kday_of_month
340 date_type get_date(year_type year) const BOOST_OVERRIDE in get_date() function in boost::date_time::last_kday_of_month
395 date_type get_date(date_type start_day) const in get_date() function in boost::date_time::first_kday_after
433 date_type get_date(date_type start_day) const in get_date() function in boost::date_time::first_kday_before
Ddst_rules.hpp318 return ssim.get_date(year); in local_dst_start_day()
322 return fsia.get_date(year); in local_dst_start_day()
331 return fsin.get_date(year); in local_dst_end_day()
335 return lsio.get_date(year); in local_dst_end_day()
Ddst_transition_generators.hpp51 return dst_start_.get_date(y); in start_day()
59 return dst_end_.get_date(y); in end_day()
Dtime.hpp78 return time_system::get_date(time_); in date()
Dtime_system_split.hpp132 static BOOST_CONSTEXPR date_type get_date(const time_rep_type& val) in get_date() function in boost::date_time::split_timedate_system
Dtime_system_counted.hpp176 get_date(const time_rep_type& val) in get_date() function in boost::date_time::counted_time_system
/third_party/boost/libs/date_time/example/gregorian/
Ddays_between_new_years.cpp21 days days_since_year_start = today - new_years_day.get_date(today.year()); in main()
25 days days_until_year_start = new_years_day.get_date(today.year()+1) - today; in main()
Dprint_holidays.cpp67 all_holidays.insert((*it)->get_date(year)); in main()
/third_party/cef/tools/
Ddate_util.py14 def get_date(): function
Dmake_distrib.py607 date = get_date()
/third_party/boost/boost/wave/util/
Dcpp_macromap_predef.hpp169 string_type get_date() const { return datestr_; } // __DATE__ in get_date() function in boost::wave::util::predefined_macros
279 { "__DATE__", T_STRINGLIT, &predefined_macros::get_date }, in dynamic_data()
/third_party/boost/libs/date_time/test/posix_time/
Dtestdst_rules.cpp33 return start.get_date(year); in local_dst_start_day()
39 return end.get_date(year); in local_dst_end_day()
/third_party/python/Doc/library/
Dasyncio-subprocess.rst354 async def get_date():
371 date = asyncio.run(get_date())
Dasyncio-protocol.rst1012 async def get_date():
1039 date = asyncio.run(get_date())
Dmailbox.rst883 .. method:: get_date()
/third_party/python/Lib/
Dmailbox.py314 (os.path.getatime(tmp_file.name), message.get_date()))
367 (os.path.getatime(tmp_path), message.get_date()))
1569 def get_date(self): member in MaildirMessage
1596 message.set_date(self.get_date())
1609 message.set_from('MAILER-DAEMON', time.gmtime(self.get_date()))
/third_party/python/Lib/test/
Dtest_mailbox.py1496 self.assertLess(abs(msg.get_date() - time.time()), 60)
1498 self.assertEqual(msg.get_date(), 0.0)
1719 date = msg_maildir.get_date()
1724 self.assertEqual(msg.get_date(), date)
1776 self.assertEqual(msg.get_date(), 0.0)
/third_party/boost/boost/chrono/io/
Dtime_point_io.hpp372 return that_.get_date(b, e, iob, err, tm); in get()