• Home
  • Raw
  • Download

Lines Matching refs:check

36     static typename C::worker_tag* check(int);
38 static not_void check(...);
40 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_worker*>::v…
49 static typename C::scheduler_tag* check(int);
51 static not_void check(...);
53 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_scheduler*>…
62 static typename C::schedulable_tag* check(int);
64 static not_void check(...);
66 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_schedulable…
93 static typename C::observer_tag* check(int);
95 static void check(...);
97 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_observer*>:…
106 static typename C::dynamic_observer_tag* check(int);
108 static not_void check(...);
110 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_dynamic_obs…
119 static typename C::subscriber_tag* check(int);
121 static not_void check(...);
123 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_subscriber*…
132 static typename C::dynamic_observable_tag* check(int);
134 static not_void check(...);
136 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_dynamic_obs…
205 static typename C::dynamic_observable_tag* check(int);
207 static not_void check(...);
209 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_dynamic_con…
225 static typename C::observable_tag check(int);
227 static void check(...);
229 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_connectable…
239 static typename C::dynamic_observable_tag* check(int);
241 static not_void check(...);
243 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_dynamic_gro…
262 static typename C::observable_tag check(int);
264 static void check(...);
266 …static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_grouped_obs…
278 static auto check(int) -> decltype((*(CS*)nullptr)((*(CO*)nullptr)));
280 static tag_not_valid check(...);
282 using type = decltype(check<function_type, source_type>(0));
318 static auto check(int) -> decltype((*(CRS*)nullptr)(*(CS*)nullptr, *(CV*)nullptr));
320 static tag_not_valid check(...);
322 typedef decltype(check<seed_type, source_value_type, accumulator_type>(0)) type;