HomeSort by relevance Sort by last modified time
    Searched refs:to_time_point (Results 1 - 4 of 4) sorted by null

  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
rx-virtualtime.hpp 51 virtual typename scheduler_base::clock_type::time_point to_time_point(absolute) const =0;
rx-test.hpp 30 return to_time_point(clock_now);
46 virtual clock_type::time_point to_time_point(long absolute) const function in struct:rxcpp::schedulers::detail::test_type::test_type_state
144 clock_type::time_point to_time_point(long absolute) const { function in class:rxcpp::schedulers::detail::test_type
145 return state->to_time_point(absolute);
564 clock_type::time_point to_time_point(long absolute) const { function in class:rxcpp::test
565 return tester->to_time_point(absolute);
  /external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
skip_until.cpp 578 auto t = sc.to_time_point(225);
take_until.cpp 762 auto t = sc.to_time_point(225);

Completed in 1087 milliseconds