Home
last modified time | relevance | path

Searched refs:for_type (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-lift.hpp34 using for_type = rxu::decay_t<S>; typedef
36 using detail_result = decltype(check<for_type, func_type>(0));
40 is_subscriber<for_type>,
/external/v8/src/ast/
Dprettyprinter.cc1007 const char* for_type; in VisitForOfStatement() local
1010 for_type = "FOR"; in VisitForOfStatement()
1013 for_type = "FOR AWAIT"; in VisitForOfStatement()
1016 PrintIndentedVisit(for_type, node->each()); in VisitForOfStatement()