Home
last modified time | relevance | path

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

/third_party/boost/libs/chrono/test/
Dtest_10631.cpp13 class MyMillenniumClock class
19 typedef boost::chrono::time_point<MyMillenniumClock> time_point;
36 struct clock_string<MyMillenniumClock, CharT>
51 std::basic_string<CharT> get_epoch_custom(MyMillenniumClock, TPUFacet&) in get_epoch_custom() argument
53 return boost::chrono::clock_string<MyMillenniumClock,CharT>::since(); in get_epoch_custom()
59 std::cout << MyMillenniumClock::now() << std::endl; in main()