Searched refs:i_on (Results 1 – 2 of 2) sorted by relevance
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | flat_map.cpp | 240 const rxsc::test::messages<int> i_on; variable 244 i_on.next(100, 4), 245 i_on.next(200, 2), 246 i_on.next(300, 3), 247 i_on.next(400, 1), 248 i_on.completed(500) 300 i_on.subscribe(200, 700) 324 const rxsc::test::messages<int> i_on; variable 328 i_on.next(100, 4), 329 i_on.next(200, 2), [all …]
|
D | concat_map.cpp | 206 const rxsc::test::messages<int> i_on; variable 210 i_on.next(100, 4), 211 i_on.next(200, 2), 212 i_on.completed(500) 256 i_on.subscribe(200, 700) 278 const rxsc::test::messages<int> i_on; variable 282 i_on.next(100, 4), 283 i_on.next(200, 2), 284 i_on.completed(500) 328 i_on.subscribe(200, 700) [all …]
|