/third_party/boost/libs/coroutine/test/ |
D | test_symmetric_coroutine.cpp | 37 coro::symmetric_coroutine< void >::call_type * term_coro = 0; 85 coro::symmetric_coroutine< void* >::call_type call; 209 coro::symmetric_coroutine< int >::call_type & other) in f10() 220 coro::symmetric_coroutine< void >::call_type & other) in f11() 230 coro::symmetric_coroutine< X& >::call_type & other) in f12() 240 coro::symmetric_coroutine< std::string >::call_type & other) in f14() 252 coro::symmetric_coroutine< int >::call_type & other) in f15() 284 coro::symmetric_coroutine< void >::call_type coro1; in test_move() 285 coro::symmetric_coroutine< void >::call_type coro2( empty); in test_move() 298 coro::symmetric_coroutine< bool >::call_type coro( cp); in test_move() [all …]
|
/third_party/boost/libs/coroutine/doc/ |
D | symmetric.qbk | 47 boost::coroutines::symmetric_coroutine<void>::call_type* other_a=0,* other_b=0; 49 boost::coroutines::symmetric_coroutine<void>::call_type coro_a( 62 boost::coroutines::symmetric_coroutine<void>::call_type coro_b( 132 …boost::coroutines::symmetric_coroutine<int>::call_type coro( // constructor does NOT enter corouti… 193 boost::coroutines::symmetric_coroutine<int>::call_type other_coro(...); 196 boost::coroutines::symmetric_coroutine<void>::call_type coro( 227 [section:symmetric_coro Class `symmetric_coroutine<>::call_type`] 232 class symmetric_coroutine<>::call_type 235 call_type() noexcept; 238 call_type( Fn && fn, attributes const& attr = attributes() ); [all …]
|
D | coro.qbk | 59 [def __call_coro_bool__ ['symmetric_coroutine<>::call_type::operator bool]] 60 [def __call_coro_op__ ['symmetric_coroutine<>::call_type::operator()]] 61 [def __call_coro__ ['symmetric_coroutine<>::call_type]]
|
D | coroutine.qbk | 91 boost::coroutines::symmetric_coroutine<void>::call_type coro(
|
D | motivation.qbk | 528 boost::coroutines::symmetric_coroutine<void>::call_type *other_a=0,*other_b=0; 530 boost::coroutines::symmetric_coroutine<void>::call_type coro_a( 542 boost::coroutines::symmetric_coroutine<void>::call_type coro_b(
|
/third_party/boost/libs/coroutine/example/symmetric/ |
D | simple.cpp | 16 coro_t::call_type * c1 = 0; 17 coro_t::call_type * c2 = 0; 39 coro_t::call_type coro1( foo); in main() 40 coro_t::call_type coro2( bar); in main()
|
D | unwind.cpp | 22 coro_t::call_type * c1 = 0; 23 coro_t::call_type * c2 = 0; 43 coro_t::call_type coro1( foo); in main() 44 coro_t::call_type coro2( bar); in main()
|
D | segmented_stack.cpp | 47 boost::coroutines::symmetric_coroutine< void >::call_type coro( foo); in thread_fn()
|
D | dice_game.cpp | 42 coro_t::call_type coro;
|
D | merge_arrays.cpp | 44 coro_t::call_type coro;
|
/third_party/boost/libs/coroutine/performance/symmetric/ |
D | performance_switch.cpp | 47 boost::coroutines::symmetric_coroutine< void >::call_type c( fn_void, in measure_time_void() 65 boost::coroutines::symmetric_coroutine< int >::call_type c( fn_int, in measure_time_int() 82 boost::coroutines::symmetric_coroutine< X >::call_type c( fn_x, in measure_time_x() 101 boost::coroutines::symmetric_coroutine< void >::call_type c( fn_void, in measure_cycles_void() 118 boost::coroutines::symmetric_coroutine< int >::call_type c( fn_int, in measure_cycles_int() 135 boost::coroutines::symmetric_coroutine< X >::call_type c( fn_x, in measure_cycles_x()
|
D | performance_create_prealloc.cpp | 37 coro_type::call_type c( fn, attrs, stack_alloc); in measure_time() 53 coro_type::call_type c( fn, in measure_cycles()
|
D | performance_create_standard.cpp | 36 coro_type::call_type c( fn, attrs, stack_alloc); in measure_time() 52 coro_type::call_type c( fn, in measure_cycles()
|
D | performance_create_protected.cpp | 36 coro_type::call_type c( fn, attrs, stack_alloc); in measure_time() 52 coro_type::call_type c( fn, in measure_cycles()
|
/third_party/glib/gio/ |
D | gdbusnamewatching.c | 135 CallType call_type; member 149 …_do_call (Client *client, GDBusConnection *connection, const gchar *name_owner, CallType call_type) in actually_do_call() argument 156 switch (call_type) in actually_do_call() 187 actually_do_call (data->client, data->connection, data->name_owner, data->call_type); in call_in_idle_cb() 192 schedule_call_in_idle (Client *client, CallType call_type) in schedule_call_in_idle() argument 201 data->call_type = call_type; in schedule_call_in_idle() 215 do_call (Client *client, CallType call_type) in do_call() argument 222 schedule_call_in_idle (client, call_type); in do_call() 224 actually_do_call (client, client->connection, client->name_owner, call_type); in do_call()
|
D | gdbusnameowning.c | 134 CallType call_type; member 147 actually_do_call (Client *client, GDBusConnection *connection, CallType call_type) in actually_do_call() argument 149 switch (call_type) in actually_do_call() 179 actually_do_call (data->client, data->connection, data->call_type); in call_in_idle_cb() 184 schedule_call_in_idle (Client *client, CallType call_type) in schedule_call_in_idle() argument 192 data->call_type = call_type; in schedule_call_in_idle() 206 do_call (Client *client, CallType call_type) in do_call() argument 213 schedule_call_in_idle (client, call_type); in do_call() 215 actually_do_call (client, client->connection, call_type); in do_call()
|
/third_party/flatbuffers/grpc/src/compiler/ |
D | java_generator.cc | 465 CallType call_type = ASYNC_CALL; in PrintStub() local 470 call_type = ASYNC_CALL; in PrintStub() 474 call_type = ASYNC_CALL; in PrintStub() 481 call_type = BLOCKING_CALL; in PrintStub() 489 call_type = FUTURE_CALL; in PrintStub() 494 call_type = ASYNC_CALL; in PrintStub() 552 if (call_type == BLOCKING_CALL && client_streaming) { in PrintStub() 557 if (call_type == FUTURE_CALL && (client_streaming || server_streaming)) { in PrintStub() 570 switch (call_type) { in PrintStub() 617 switch (call_type) { in PrintStub() [all …]
|
/third_party/boost/libs/coroutine/performance/symmetric/segmented/ |
D | performance_create_segmented.cpp | 30 boost::coroutines::symmetric_coroutine< void >::call_type c( fn, in measure_time() 45 boost::coroutines::symmetric_coroutine< void >::call_type c( fn, in measure_cycles()
|
/third_party/boost/boost/geometry/index/detail/ |
D | distance_predicates.hpp | 251 > call_type; typedef 252 typedef typename call_type::result_type result_type; 257 result = call_type::apply(relation::value(p.point_or_relation), i, s); in apply()
|
/third_party/boost/boost/coroutine/ |
D | symmetric_coroutine.hpp | 25 typedef detail::symmetric_coroutine_call< T > call_type; typedef
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_pipe.h | 61 enum call_type enum 178 enum call_type type;
|
/third_party/quickjs/ |
D | quickjs.c | 24332 FuncCallType call_type; in js_parse_postfix_expr() local 24336 call_type = FUNC_CALL_NORMAL; in js_parse_postfix_expr() 24573 call_type = FUNC_CALL_NEW; in js_parse_postfix_expr() 24583 call_type = FUNC_CALL_SUPER_CTOR; in js_parse_postfix_expr() 24647 call_type == FUNC_CALL_NORMAL) { in js_parse_postfix_expr() 24651 call_type = FUNC_CALL_TEMPLATE; in js_parse_postfix_expr() 24661 if (call_type == FUNC_CALL_NORMAL) { in js_parse_postfix_expr() 24685 … if (name == JS_ATOM_eval && call_type == FUNC_CALL_NORMAL && !has_optional_chain) { in js_parse_postfix_expr() 24724 if (call_type == FUNC_CALL_TEMPLATE) { in js_parse_postfix_expr() 24728 } else if (call_type == FUNC_CALL_SUPER_CTOR) { in js_parse_postfix_expr() [all …]
|