Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-test.hpp30 return to_time_point(clock_now); in now()
46 virtual clock_type::time_point to_time_point(long absolute) const in to_time_point() function
144 clock_type::time_point to_time_point(long absolute) const { in to_time_point() function in rxcpp::schedulers::detail::test_type
145 return state->to_time_point(absolute); in to_time_point()
564 clock_type::time_point to_time_point(long absolute) const { in to_time_point() function in rxcpp::schedulers::test
565 return tester->to_time_point(absolute); in to_time_point()
Drx-virtualtime.hpp51 virtual typename scheduler_base::clock_type::time_point to_time_point(absolute) const =0;
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dskip_until.cpp578 auto t = sc.to_time_point(225);
Dtake_until.cpp762 auto t = sc.to_time_point(225);