Searched refs:period_type (Results 1 – 3 of 3) sorted by relevance
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/ |
D | rx-replaysubject.hpp | 20 typedef rxu::maybe<rxsc::scheduler::clock_type::duration> period_type; typedef 34 typedef typename traits::period_type period_type; typedef in rxcpp::subjects::detail::replay_observer 45 mutable period_type period; 63 …explicit replay_observer_state(count_type _count, period_type _period, coordination_type _coordina… in replay_observer_state() 98 …replay_observer(count_type count, period_type period, coordination_type coordination, composite_su… in replay_observer() 132 typedef typename traits::period_type period_type; typedef in rxcpp::subjects::replay 139 : s(count_type(), period_type(), cn, cs, composite_subscription{}) in replay() 144 : s(count_type(std::move(count)), period_type(), cn, cs, composite_subscription{}) in replay() 149 : s(count_type(), period_type(period), cn, cs, composite_subscription{}) in replay() 154 : s(count_type(count), period_type(period), cn, cs, composite_subscription{}) in replay()
|
/external/tensorflow/tensorflow/core/profiler/ |
D | profile.proto | 17 ValueType period_type = 11; field
|
/external/perfetto/protos/third_party/pprof/ |
D | profile.proto | 88 ValueType period_type = 11; field
|