HomeSort by relevance Sort by last modified time
    Searched defs:apply_to (Results 1 - 2 of 2) sorted by null

  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
rx-util.hpp 238 struct apply_to struct in namespace:rxcpp::util::detail
242 explicit apply_to(F f) function in struct:rxcpp::util::detail::apply_to
262 auto apply_to(F f)
263 -> detail::apply_to<F> {
264 return detail::apply_to<F>(std::move(f));
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos.hh 616 static bool apply_to (const void *obj, OT::hb_ot_apply_context_t *c) function in struct:OT::hb_get_subtables_context_t
654 entry->init (obj, apply_to<T>);
    [all...]

Completed in 581 milliseconds