Home
last modified time | relevance | path

Searched refs:coro_t (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/devel/boost-docs/boost_1_72_0/libs/coroutine/example/asymmetric/
H A Dchaining.cpp18 typedef boost::coroutines::asymmetric_coroutine<std::string> coro_t; typedef
21 void readlines(coro_t::push_type& sink, std::istream& in) in readlines()
28 void tokenize(coro_t::push_type& sink, coro_t::pull_type& source) in tokenize()
68 void only_words(coro_t::push_type& sink, coro_t::pull_type& source) in only_words()
77 void trace(coro_t::push_type& sink, coro_t::pull_type& source) in trace()
91 void layout(coro_t::pull_type& source, int num, int width) in layout()
132 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(reader))); in main()
144 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(tokenizer))); in main()
157 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(filter))); in main()
170 coro_t::push_type writer(boost::bind(layout, _1, 5, 15)); in main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/coroutine/example/asymmetric/
H A Dchaining.cpp18 typedef boost::coroutines::asymmetric_coroutine<std::string> coro_t; typedef
21 void readlines(coro_t::push_type& sink, std::istream& in) in readlines()
28 void tokenize(coro_t::push_type& sink, coro_t::pull_type& source) in tokenize()
68 void only_words(coro_t::push_type& sink, coro_t::pull_type& source) in only_words()
77 void trace(coro_t::push_type& sink, coro_t::pull_type& source) in trace()
91 void layout(coro_t::pull_type& source, int num, int width) in layout()
132 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(reader))); in main()
144 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(tokenizer))); in main()
157 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(filter))); in main()
170 coro_t::push_type writer(boost::bind(layout, _1, 5, 15)); in main()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/coroutine/example/cpp03/asymmetric/
H A Dchaining.cpp17 typedef boost::coroutines::asymmetric_coroutine<std::string> coro_t; typedef
20 void readlines(coro_t::push_type& sink, std::istream& in) in readlines()
27 void tokenize(coro_t::push_type& sink, coro_t::pull_type& source) in tokenize()
67 void only_words(coro_t::push_type& sink, coro_t::pull_type& source) in only_words()
76 void trace(coro_t::push_type& sink, coro_t::pull_type& source) in trace()
90 void layout(coro_t::pull_type& source, int num, int width) in layout()
131 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(reader))); in main()
143 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(tokenizer))); in main()
156 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(filter))); in main()
169 coro_t::push_type writer(boost::bind(layout, _1, 5, 15)); in main()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/coroutine/example/cpp03/asymmetric/
H A Dchaining.cpp17 typedef boost::coroutines::asymmetric_coroutine<std::string> coro_t; typedef
20 void readlines(coro_t::push_type& sink, std::istream& in) in readlines()
27 void tokenize(coro_t::push_type& sink, coro_t::pull_type& source) in tokenize()
67 void only_words(coro_t::push_type& sink, coro_t::pull_type& source) in only_words()
76 void trace(coro_t::push_type& sink, coro_t::pull_type& source) in trace()
90 void layout(coro_t::pull_type& source, int num, int width) in layout()
131 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(reader))); in main()
143 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(tokenizer))); in main()
156 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(filter))); in main()
169 coro_t::push_type writer(boost::bind(layout, _1, 5, 15)); in main()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/coroutine/example/cpp03/asymmetric/
H A Dchaining.cpp17 typedef boost::coroutines::asymmetric_coroutine<std::string> coro_t; typedef
20 void readlines(coro_t::push_type& sink, std::istream& in) in readlines()
27 void tokenize(coro_t::push_type& sink, coro_t::pull_type& source) in tokenize()
67 void only_words(coro_t::push_type& sink, coro_t::pull_type& source) in only_words()
76 void trace(coro_t::push_type& sink, coro_t::pull_type& source) in trace()
90 void layout(coro_t::pull_type& source, int num, int width) in layout()
131 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(reader))); in main()
143 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(tokenizer))); in main()
156 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(filter))); in main()
169 coro_t::push_type writer(boost::bind(layout, _1, 5, 15)); in main()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/coroutine/example/cpp03/asymmetric/
H A Dchaining.cpp17 typedef boost::coroutines::asymmetric_coroutine<std::string> coro_t; typedef
20 void readlines(coro_t::push_type& sink, std::istream& in) in readlines()
27 void tokenize(coro_t::push_type& sink, coro_t::pull_type& source) in tokenize()
67 void only_words(coro_t::push_type& sink, coro_t::pull_type& source) in only_words()
76 void trace(coro_t::push_type& sink, coro_t::pull_type& source) in trace()
90 void layout(coro_t::pull_type& source, int num, int width) in layout()
131 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(reader))); in main()
143 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(tokenizer))); in main()
156 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(filter))); in main()
169 coro_t::push_type writer(boost::bind(layout, _1, 5, 15)); in main()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/coroutine/example/cpp03/asymmetric/
H A Dchaining.cpp17 typedef boost::coroutines::asymmetric_coroutine<std::string> coro_t; typedef
20 void readlines(coro_t::push_type& sink, std::istream& in) in readlines()
27 void tokenize(coro_t::push_type& sink, coro_t::pull_type& source) in tokenize()
67 void only_words(coro_t::push_type& sink, coro_t::pull_type& source) in only_words()
76 void trace(coro_t::push_type& sink, coro_t::pull_type& source) in trace()
90 void layout(coro_t::pull_type& source, int num, int width) in layout()
131 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(reader))); in main()
143 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(tokenizer))); in main()
156 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(filter))); in main()
169 coro_t::push_type writer(boost::bind(layout, _1, 5, 15)); in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/coroutine/example/asymmetric/
H A Dchaining.cpp18 typedef boost::coroutines::asymmetric_coroutine<std::string> coro_t; typedef
21 void readlines(coro_t::push_type& sink, std::istream& in) in readlines()
28 void tokenize(coro_t::push_type& sink, coro_t::pull_type& source) in tokenize()
68 void only_words(coro_t::push_type& sink, coro_t::pull_type& source) in only_words()
77 void trace(coro_t::push_type& sink, coro_t::pull_type& source) in trace()
91 void layout(coro_t::pull_type& source, int num, int width) in layout()
132 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(reader))); in main()
144 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(tokenizer))); in main()
157 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(filter))); in main()
170 coro_t::push_type writer(boost::bind(layout, _1, 5, 15)); in main()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/coroutine/example/asymmetric/
H A Dchaining.cpp18 typedef boost::coroutines::asymmetric_coroutine<std::string> coro_t; typedef
21 void readlines(coro_t::push_type& sink, std::istream& in) in readlines()
28 void tokenize(coro_t::push_type& sink, coro_t::pull_type& source) in tokenize()
68 void only_words(coro_t::push_type& sink, coro_t::pull_type& source) in only_words()
77 void trace(coro_t::push_type& sink, coro_t::pull_type& source) in trace()
91 void layout(coro_t::pull_type& source, int num, int width) in layout()
132 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(reader))); in main()
144 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(tokenizer))); in main()
157 coro_t::pull_type tracer(boost::bind(trace, _1, boost::ref(filter))); in main()
170 coro_t::push_type writer(boost::bind(layout, _1, 5, 15)); in main()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/coroutine/example/cpp11/symmetric/
H A Dsimple.cpp12 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
16 coro_t::call_type * other1 = 0; in main()
17 coro_t::call_type * other2 = 0; in main()
19 coro_t::call_type coro1( in main()
20 [&]( coro_t::yield_type & yield) { in main()
27 coro_t::call_type coro2( in main()
28 [&]( coro_t::yield_type & yield) { in main()
/dports/databases/percona57-server/boost_1_59_0/libs/coroutine/example/cpp11/symmetric/
H A Dsimple.cpp12 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
16 coro_t::call_type * other1 = 0; in main()
17 coro_t::call_type * other2 = 0; in main()
19 coro_t::call_type coro1( in main()
20 [&]( coro_t::yield_type & yield) { in main()
27 coro_t::call_type coro2( in main()
28 [&]( coro_t::yield_type & yield) { in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/coroutine/example/cpp11/symmetric/
H A Dsimple.cpp12 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
16 coro_t::call_type * other1 = 0; in main()
17 coro_t::call_type * other2 = 0; in main()
19 coro_t::call_type coro1( in main()
20 [&]( coro_t::yield_type & yield) { in main()
27 coro_t::call_type coro2( in main()
28 [&]( coro_t::yield_type & yield) { in main()
/dports/databases/percona57-client/boost_1_59_0/libs/coroutine/example/cpp11/symmetric/
H A Dsimple.cpp12 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
16 coro_t::call_type * other1 = 0; in main()
17 coro_t::call_type * other2 = 0; in main()
19 coro_t::call_type coro1( in main()
20 [&]( coro_t::yield_type & yield) { in main()
27 coro_t::call_type coro2( in main()
28 [&]( coro_t::yield_type & yield) { in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/coroutine/example/cpp11/symmetric/
H A Dsimple.cpp12 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
16 coro_t::call_type * other1 = 0; in main()
17 coro_t::call_type * other2 = 0; in main()
19 coro_t::call_type coro1( in main()
20 [&]( coro_t::yield_type & yield) { in main()
27 coro_t::call_type coro2( in main()
28 [&]( coro_t::yield_type & yield) { in main()
/dports/devel/boost-docs/boost_1_72_0/libs/coroutine/example/symmetric/
H A Dsimple.cpp14 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
16 coro_t::call_type * c1 = 0;
17 coro_t::call_type * c2 = 0;
19 void foo( coro_t::yield_type & yield) in foo()
28 void bar( coro_t::yield_type & yield) in bar()
39 coro_t::call_type coro1( foo); in main()
40 coro_t::call_type coro2( bar); in main()
H A Dunwind.cpp20 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
22 coro_t::call_type * c1 = 0;
23 coro_t::call_type * c2 = 0;
25 void foo( coro_t::yield_type & yield) in foo()
34 void bar( coro_t::yield_type & yield) in bar()
43 coro_t::call_type coro1( foo); in main()
44 coro_t::call_type coro2( bar); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/coroutine/example/cpp03/symmetric/
H A Dsimple.cpp13 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
15 coro_t::call_type * c1 = 0;
16 coro_t::call_type * c2 = 0;
18 void foo( coro_t::yield_type & yield) in foo()
27 void bar( coro_t::yield_type & yield) in bar()
38 coro_t::call_type coro1( foo); in main()
39 coro_t::call_type coro2( bar); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/coroutine/example/cpp03/symmetric/
H A Dsimple.cpp13 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
15 coro_t::call_type * c1 = 0;
16 coro_t::call_type * c2 = 0;
18 void foo( coro_t::yield_type & yield) in foo()
27 void bar( coro_t::yield_type & yield) in bar()
38 coro_t::call_type coro1( foo); in main()
39 coro_t::call_type coro2( bar); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/coroutine/example/cpp03/symmetric/
H A Dsimple.cpp13 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
15 coro_t::call_type * c1 = 0;
16 coro_t::call_type * c2 = 0;
18 void foo( coro_t::yield_type & yield) in foo()
27 void bar( coro_t::yield_type & yield) in bar()
38 coro_t::call_type coro1( foo); in main()
39 coro_t::call_type coro2( bar); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/coroutine/example/cpp03/symmetric/
H A Dsimple.cpp13 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
15 coro_t::call_type * c1 = 0;
16 coro_t::call_type * c2 = 0;
18 void foo( coro_t::yield_type & yield) in foo()
27 void bar( coro_t::yield_type & yield) in bar()
38 coro_t::call_type coro1( foo); in main()
39 coro_t::call_type coro2( bar); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/coroutine/example/cpp03/symmetric/
H A Dsimple.cpp13 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
15 coro_t::call_type * c1 = 0;
16 coro_t::call_type * c2 = 0;
18 void foo( coro_t::yield_type & yield) in foo()
27 void bar( coro_t::yield_type & yield) in bar()
38 coro_t::call_type coro1( foo); in main()
39 coro_t::call_type coro2( bar); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/coroutine/example/symmetric/
H A Dsimple.cpp14 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
16 coro_t::call_type * c1 = 0;
17 coro_t::call_type * c2 = 0;
19 void foo( coro_t::yield_type & yield) in foo()
28 void bar( coro_t::yield_type & yield) in bar()
39 coro_t::call_type coro1( foo); in main()
40 coro_t::call_type coro2( bar); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/coroutine/example/symmetric/
H A Dsimple.cpp14 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
16 coro_t::call_type * c1 = 0;
17 coro_t::call_type * c2 = 0;
19 void foo( coro_t::yield_type & yield) in foo()
28 void bar( coro_t::yield_type & yield) in bar()
39 coro_t::call_type coro1( foo); in main()
40 coro_t::call_type coro2( bar); in main()
H A Dunwind.cpp20 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
22 coro_t::call_type * c1 = 0;
23 coro_t::call_type * c2 = 0;
25 void foo( coro_t::yield_type & yield) in foo()
34 void bar( coro_t::yield_type & yield) in bar()
43 coro_t::call_type coro1( foo); in main()
44 coro_t::call_type coro2( bar); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/coroutine/example/symmetric/
H A Dsimple.cpp14 typedef boost::coroutines::symmetric_coroutine< void > coro_t; typedef
16 coro_t::call_type * c1 = 0;
17 coro_t::call_type * c2 = 0;
19 void foo( coro_t::yield_type & yield) in foo()
28 void bar( coro_t::yield_type & yield) in bar()
39 coro_t::call_type coro1( foo); in main()
40 coro_t::call_type coro2( bar); in main()

123456789