Searched refs:left_d_reader (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/coroutine/example/asymmetric/ |
D | same_fringe.cpp | 98 boost::coroutines::asymmetric_coroutine<std::string>::pull_type left_d_reader( in main() local 101 std::copy(boost::begin(left_d_reader), in main() 102 boost::end(left_d_reader), in main() 127 boost::coroutines::asymmetric_coroutine<std::string>::pull_type left_d_reader( in main() local 136 << std::equal(boost::begin(left_d_reader), in main() 137 boost::end(left_d_reader), in main() 144 boost::coroutines::asymmetric_coroutine<std::string>::pull_type left_d_reader( in main() local 153 << std::equal(boost::begin(left_d_reader), in main() 154 boost::end(left_d_reader), in main()
|
/third_party/boost/libs/coroutine2/example/ |
D | same_fringe.cpp | 95 boost::coroutines2::coroutine<std::string>::pull_type left_d_reader( in main() local 100 std::copy(begin(left_d_reader), in main() 101 end(left_d_reader), in main() 130 boost::coroutines2::coroutine<std::string>::pull_type left_d_reader( in main() local 142 << std::equal(begin(left_d_reader), in main() 143 end(left_d_reader), in main() 152 boost::coroutines2::coroutine<std::string>::pull_type left_d_reader( in main() local 164 << std::equal(begin(left_d_reader), in main() 165 end(left_d_reader), in main()
|
/third_party/boost/libs/coroutine2/doc/ |
D | motivation.qbk | 398 coro_t::pull_type left_d_reader([&](coro_t::push_type & out){ 409 << std::equal(begin(left_d_reader), 410 end(left_d_reader), 416 coro_t::pull_type left_d_reader([&](coro_t::push_type & out){ 427 << std::equal(begin(left_d_reader), 428 end(left_d_reader),
|
/third_party/boost/libs/coroutine/doc/ |
D | motivation.qbk | 475 boost::coroutines::asymmetric_coroutine<std::string>::pull_type left_d_reader( 488 << std::equal(boost::begin(left_d_reader), 489 boost::end(left_d_reader), 495 boost::coroutines::asymmetric_coroutine<std::string>::pull_type left_d_reader( 508 << std::equal(boost::begin(left_d_reader), 509 boost::end(left_d_reader),
|