Home
last modified time | relevance | path

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

/third_party/boost/boost/chrono/io/
Dtime_point_units.hpp33 std::basic_string<CharT> get_epoch_custom(Clock, TPUFacet& f) in get_epoch_custom() function
87 return get_epoch_custom<CharT>(Clock(), *this); in get_epoch()
/third_party/boost/libs/chrono/test/
Dtest_10631.cpp51 std::basic_string<CharT> get_epoch_custom(MyMillenniumClock, TPUFacet&) in get_epoch_custom() function
/third_party/boost/libs/chrono/doc/
Dchrono.qbk6057 std::basic_string<CharT> get_epoch_custom(Clock, TPUFacet& f);
6065 [section:get_epoch_custom Template Function `get_epoch_custom`]
6068 std::basic_string<CharT> get_epoch_custom(Clock, TPUFacet& f);
6155 __returns the epoch associated to the clock `Clock` as if `return get_epoch_custom<CharT>(Clock(), …