Home
last modified time | relevance | path

Searched refs:result_of_t (Results 1 – 12 of 12) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-flat_map.hpp265 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>,
271 class Value = rxu::result_of_t<ResultSelectorType(SourceValue, CollectionValueType)>,
281 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>,
288 class Value = rxu::result_of_t<ResultSelectorType(SourceValue, CollectionValueType)>,
299 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>,
306 class Value = rxu::result_of_t<ResultSelectorType(SourceValue, CollectionValueType)>,
316 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>,
323 class Value = rxu::result_of_t<ResultSelectorType(SourceValue, CollectionValueType)>,
Drx-concat_map.hpp298 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>,
304 class Value = rxu::result_of_t<ResultSelectorType(SourceValue, CollectionValueType)>,
314 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>,
321 class Value = rxu::result_of_t<ResultSelectorType(SourceValue, CollectionValueType)>,
332 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>,
339 class Value = rxu::result_of_t<ResultSelectorType(SourceValue, CollectionValueType)>,
349 class CollectionType = rxu::result_of_t<CollectionSelectorType(SourceValue)>,
356 class Value = rxu::result_of_t<ResultSelectorType(SourceValue, CollectionValueType)>,
Drx-window_toggle.hpp60 using closings_type = rxu::result_of_t<closing_selector_type(openings_value_type)>;
290 … all_observables<Observable, Openings, rxu::result_of_t<ClosingSelectorType(OpeningsValueType)>>>,
304 … all_observables<Observable, Openings, rxu::result_of_t<ClosingSelectorType(OpeningsValueType)>>,
/external/skqp/include/private/
DSkTemplates.h440 -> std::array<skstd::result_of_t<C(std::size_t)>, sizeof...(Is)> {
445 -> std::array<skstd::result_of_t<C(std::size_t)>, N> {
DSkTLogic.h43 template <typename T> using result_of_t = typename std::result_of<T>::type; variable
/external/skia/include/private/
DSkTemplates.h440 -> std::array<skstd::result_of_t<C(std::size_t)>, sizeof...(Is)> {
445 -> std::array<skstd::result_of_t<C(std::size_t)>, N> {
DSkTLogic.h43 template <typename T> using result_of_t = typename std::result_of<T>::type; variable
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dresult_of11.pass.cpp52 static_assert((std::is_same<std::result_of_t<T>, U>::value), ""); in test_result_of_imp()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp49 template<class... TN> using result_of_t = typename std::result_of<TN...>::type; typedef
/external/libcxx/include/
Dvariant1106 using __best_match_t = typename result_of_t<__overload<_Types...>(_Tp&&)>::type;
Dtype_traits224 using result_of_t = typename result_of<T>::type; // C++14
4445 template <class _Tp> using result_of_t = typename result_of<_Tp>::type;
Dfunctional2772 result_of_t<_Fn&&(_Args&&...)>