Searched refs:result_of_t (Results 1 – 12 of 12) sorted by relevance
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-flat_map.hpp | 265 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)>,
|
D | rx-concat_map.hpp | 298 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)>,
|
D | rx-window_toggle.hpp | 60 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/ |
D | SkTemplates.h | 440 -> std::array<skstd::result_of_t<C(std::size_t)>, sizeof...(Is)> { 445 -> std::array<skstd::result_of_t<C(std::size_t)>, N> {
|
D | SkTLogic.h | 43 template <typename T> using result_of_t = typename std::result_of<T>::type; variable
|
/external/skia/include/private/ |
D | SkTemplates.h | 440 -> std::array<skstd::result_of_t<C(std::size_t)>, sizeof...(Is)> { 445 -> std::array<skstd::result_of_t<C(std::size_t)>, N> {
|
D | SkTLogic.h | 43 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/ |
D | result_of11.pass.cpp | 52 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/ |
D | rx-util.hpp | 49 template<class... TN> using result_of_t = typename std::result_of<TN...>::type; typedef
|
/external/libcxx/include/ |
D | variant | 1106 using __best_match_t = typename result_of_t<__overload<_Types...>(_Tp&&)>::type;
|
D | type_traits | 224 using result_of_t = typename result_of<T>::type; // C++14 4445 template <class _Tp> using result_of_t = typename result_of<_Tp>::type;
|
D | functional | 2772 result_of_t<_Fn&&(_Args&&...)>
|