Home
last modified time | relevance | path

Searched refs:on_exception (Results 1 – 25 of 49) sorted by relevance

12

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-buffer_time.hpp132 auto selectedDisposer = on_exception( in buffer_with_time_observer()
156 auto selectedProduce = on_exception( in buffer_with_time_observer()
171 auto selectedCreate = on_exception( in buffer_with_time_observer()
192 auto selectedWork = on_exception( in on_next()
205 auto selectedWork = on_exception( in on_error()
216 on_exception( in on_completed()
227 auto selectedWork = on_exception( in on_completed()
Drx-timeout.hpp116 auto selectedDisposer = on_exception( in timeout_observer()
136 auto selectedWork = on_exception( in timeout_observer()
153 auto selectedProduce = on_exception( in produce_timeout()
172 auto selectedWork = on_exception( in on_next()
186 auto selectedWork = on_exception( in on_error()
200 auto selectedWork = on_exception( in on_completed()
Drx-sample_time.hpp104 auto selectedDisposer = on_exception( in sample_with_time_observer()
124 auto selectedProduce = on_exception( in sample_with_time_observer()
144 auto selectedWork = on_exception( in on_next()
158 auto selectedWork = on_exception( in on_error()
172 auto selectedWork = on_exception( in on_completed()
Drx-window_time.hpp124 auto selectedDisposer = on_exception( in window_with_time_observer()
150 auto selectedRelease = on_exception( in window_with_time_observer()
167 auto selectedCreate = on_exception( in window_with_time_observer()
189 auto selectedWork = on_exception( in on_next()
206 auto selectedWork = on_exception( in on_error()
223 auto selectedWork = on_exception( in on_completed()
Drx-buffer_time_count.hpp117 auto selectedDisposer = on_exception( in buffer_with_time_or_count_observer()
156 auto selectedProduce = on_exception( in produce_buffer()
174 auto selectedWork = on_exception( in on_next()
187 auto selectedWork = on_exception( in on_error()
201 auto selectedWork = on_exception( in on_completed()
Drx-debounce.hpp109 auto selectedDisposer = on_exception( in debounce_observer()
133 auto selectedProduce = on_exception( in produce_item()
152 auto selectedWork = on_exception( in on_next()
167 auto selectedWork = on_exception( in on_error()
184 auto selectedWork = on_exception( in on_completed()
Drx-window_time_count.hpp119 auto selectedDisposer = on_exception( in window_with_time_or_count_observer()
159 auto selectedRelease = on_exception( in release_window()
177 auto selectedWork = on_exception( in on_next()
192 auto selectedWork = on_exception( in on_error()
207 auto selectedWork = on_exception( in on_completed()
Drx-window_toggle.hpp125 auto source = on_exception( in window_toggle_observer()
196 auto selectedSink = on_exception( in window_toggle_observer()
212 auto selectedWork = on_exception( in on_next()
229 auto selectedWork = on_exception( in on_error()
246 auto selectedWork = on_exception( in on_completed()
Drx-delay.hpp105 auto selectedDisposer = on_exception( in delay_observer()
125 auto selectedWork = on_exception( in on_next()
139 auto selectedWork = on_exception( in on_error()
153 auto selectedWork = on_exception( in on_completed()
Drx-concat.hpp129 auto selectedSource = on_exception( in on_subscribe()
161 auto selectedSinkInner = on_exception( in on_subscribe()
188 auto source = on_exception( in on_subscribe()
220 auto selectedSink = on_exception( in on_subscribe()
Drx-take_until.hpp124 auto trigger = on_exception( in on_subscribe()
131 auto source = on_exception( in on_subscribe()
161 auto selectedSinkTrigger = on_exception( in on_subscribe()
194 auto selectedSinkSource = on_exception( in on_subscribe()
Drx-concat_map.hpp151 auto selectedCollection = on_exception( in on_subscribe()
168 auto selectedSource = on_exception( in on_subscribe()
201 auto selectedSinkInner = on_exception( in on_subscribe()
227 auto source = on_exception( in on_subscribe()
259 auto selectedSink = on_exception( in on_subscribe()
Drx-skip_until.hpp114 auto trigger = on_exception( in on_subscribe()
121 auto source = on_exception( in on_subscribe()
158 auto selectedSinkTrigger = on_exception( in on_subscribe()
Drx-subscribe_on.hpp111 auto selectedDisposer = on_exception( in on_subscribe()
132 auto selectedProducer = on_exception( in on_subscribe()
Drx-sequence_equal.hpp112 auto other = on_exception( in on_subscribe()
119 auto source = on_exception( in on_subscribe()
175 auto selectedSinkOther = on_exception( in on_subscribe()
Drx-switch_on_next.hpp116 auto source = on_exception( in on_subscribe()
185 auto selectedSink = on_exception( in on_subscribe()
Drx-merge.hpp136 auto source = on_exception( in on_subscribe()
201 auto selectedSink = on_exception( in on_subscribe()
Drx-merge_delay_error.hpp130 auto source = on_exception( in on_subscribe()
215 auto selectedSink = on_exception( in on_subscribe()
Drx-amb.hpp133 auto source = on_exception( in on_subscribe()
209 auto selectedSink = on_exception( in on_subscribe()
Drx-with_latest_from.hpp146 auto source = on_exception( in subscribe_one()
186 auto selectedSink = on_exception( in subscribe_one()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-scope.hpp90 state->resource = on_exception( in on_subscribe()
98 auto selectedCollection = on_exception( in on_subscribe()
Drx-create.hpp68 on_exception( in on_subscribe()
Drx-defer.hpp57 auto selectedCollection = on_exception( in on_subscribe()
/external/v8/src/compiler/
Djs-typed-lowering.cc718 Node* on_exception = nullptr; in ReduceCreateConsString() local
719 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceCreateConsString()
720 NodeProperties::ReplaceControlInput(on_exception, vfalse); in ReduceCreateConsString()
721 NodeProperties::ReplaceEffectInput(on_exception, efalse); in ReduceCreateConsString()
723 Revisit(on_exception); in ReduceCreateConsString()
1140 Node* on_exception = nullptr; in ReduceJSToObject() local
1142 NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceJSToObject()
1143 NodeProperties::ReplaceControlInput(on_exception, if_false); in ReduceJSToObject()
1144 NodeProperties::ReplaceEffectInput(on_exception, efalse); in ReduceJSToObject()
1146 Revisit(on_exception); in ReduceJSToObject()
[all …]
Djs-call-reducer.cc877 Node* on_exception = nullptr; in ReduceReflectGet() local
878 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceReflectGet()
892 ReplaceWithValue(on_exception, phi, ephi, merge); in ReduceReflectGet()
947 Node* on_exception = nullptr; in ReduceReflectHas() local
948 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceReflectHas()
962 ReplaceWithValue(on_exception, phi, ephi, merge); in ReduceReflectHas()
1159 Node* on_exception = nullptr; in ReduceArrayForEach() local
1160 if (NodeProperties::IsExceptionalCall(node, &on_exception)) { in ReduceArrayForEach()
1161 RewirePostCallbackExceptionEdges(check_throw, on_exception, effect, in ReduceArrayForEach()
1427 Node* on_exception = nullptr; in ReduceArrayReduce() local
[all …]

12