Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/test/subjects/
Dsubject.cpp84 typedef std::function<void()> onthen_type; typedef in asyncwithready::ready
86 std::function<void(onthen_type)> setthen;
89 ready(std::function<void(onthen_type)> st) : setthen(st) {} in ready()
91 void then(onthen_type ot) { in then()
123 ready no([this](ready::onthen_type ot){ in on_next()
153 asyncwithready::ready::onthen_type chunk;