Home
last modified time | relevance | path

Searched defs:yield (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/jerryscript/tests/jerry/es2015/
Dgenerator-initializer.js60 var o = { get yield() { return 3 + 2 } } getter
65 *yield() { generator
66 var o = { yield:7 } property
101 var o = { get yield() { return 3 + 2 } } getter
108 var o = { yield:7 } property
/third_party/boost/libs/coroutine/test/
Dtest_symmetric_coroutine.cpp64 void trampoline( coro::symmetric_coroutine< void* >::yield_type & yield) in trampoline()
86 coro::symmetric_coroutine< void* >::yield_type * yield; member in D
135 void operator()( coro::symmetric_coroutine< bool >::yield_type & yield) in operator ()()
179 void f3( coro::symmetric_coroutine< X >::yield_type & yield) in f3()
182 void f4( coro::symmetric_coroutine< X& >::yield_type & yield) in f4()
188 void f5( coro::symmetric_coroutine< X* >::yield_type & yield) in f5()
191 void f6( coro::symmetric_coroutine< void >::yield_type & yield) in f6()
197 void f7( coro::symmetric_coroutine< int >::yield_type & yield) in f7()
208 void f10( coro::symmetric_coroutine< int >::yield_type & yield, in f10()
216 void f101( coro::symmetric_coroutine< int >::yield_type & yield) in f101()
[all …]
/third_party/typescript/tests/baselines/reference/
DFunctionDeclaration11_es6.js2 function * yield() { generator
6 function* yield() { generator
DgeneratorTypeCheck38.js2 var yield; variable
9 var yield; variable
DFunctionDeclaration12_es6.js2 var v = function * yield() { } generator
5 var v = function* yield() { }; generator
DFunctionDeclaration5_es6.js2 function*foo(yield) { argument
6 function* foo(yield) { argument
DFunctionDeclaration4_es6.js2 function yield() { function
DFunctionDeclaration2_es6.js2 function f(yield) { argument
DFunctionDeclaration3_es6.js2 function f(yield = yield) { argument
DFunctionDeclaration10_es6.js6 function* foo(a = yield, yield) { argument
/third_party/boost/libs/asio/example/cpp11/spawn/
Decho_server.cpp55 [this, self](boost::asio::yield_context yield) in go()
56 { in go()
87 { in main()
/third_party/boost/doc/html/boost_asio/example/cpp11/spawn/
Decho_server.cpp55 [this, self](boost::asio::yield_context yield) in go()
56 { in go()
87 { in main()
/third_party/boost/libs/asio/example/cpp03/spawn/
Decho_server.cpp49 void echo(boost::asio::yield_context yield) in echo()
68 void timeout(boost::asio::yield_context yield) in timeout()
85 unsigned short port, boost::asio::yield_context yield) in do_accept()
/third_party/boost/doc/html/boost_asio/example/cpp03/spawn/
Decho_server.cpp49 void echo(boost::asio::yield_context yield) in echo()
68 void timeout(boost::asio::yield_context yield) in timeout()
85 unsigned short port, boost::asio::yield_context yield) in do_accept()
/third_party/boost/libs/coroutine/example/symmetric/
Dsimple.cpp19 void foo( coro_t::yield_type & yield) in foo()
28 void bar( coro_t::yield_type & yield) in bar()
Dunwind.cpp25 void foo( coro_t::yield_type & yield) in foo()
34 void bar( coro_t::yield_type & yield) in bar()
/third_party/typescript/tests/cases/conformance/parser/ecmascript2018/asyncGenerators/
Dparser.asyncGenerators.functionDeclarations.es2018.ts11 async function * yield() { generator
80 interface yield {} interface
/third_party/typescript/tests/cases/conformance/es6/functionDeclarations/
DFunctionDeclaration4_es6.ts2 function yield() { function
DFunctionDeclaration11_es6.ts2 function * yield() { generator
/third_party/boost/libs/beast/example/websocket/server/coro/
Dwebsocket_server_coro.cpp47 net::yield_context yield) in do_session()
100 net::yield_context yield) in do_listen()
/third_party/typescript/tests/cases/conformance/es6/yieldExpressions/
DgeneratorTypeCheck38.ts2 var yield; variable
/third_party/boost/libs/beast/example/websocket/server/coro-ssl/
Dwebsocket_server_coro_ssl.cpp53 net::yield_context yield) in do_session()
119 net::yield_context yield) in do_listen()
/third_party/boost/boost/asio/
Dyield.hpp18 # define yield BOOST_ASIO_CORO_YIELD macro
/third_party/boost/libs/asio/include/boost/asio/
Dyield.hpp18 # define yield BOOST_ASIO_CORO_YIELD macro
/third_party/boost/libs/coroutine/performance/symmetric/
Dperformance_switch.cpp36 void fn_void( boost::coroutines::symmetric_coroutine< void >::yield_type & yield) in fn_void()
39 void fn_int( boost::coroutines::symmetric_coroutine< int >::yield_type & yield) in fn_int()
42 void fn_x( boost::coroutines::symmetric_coroutine< X >::yield_type & yield) in fn_x()

12345