Lines Matching refs:AsyncCall
328 auto context = std::make_shared<AsyncCall::Context>();
337 auto exec = [context](AsyncCall::Context *ctx) {
342 // 0: the AsyncCall at the first position;
343 AsyncCall asyncCall(env, info, context, 0);
370 auto exec = [context](AsyncCall::Context *ctx) {
377 // 0: the AsyncCall at the first position;
378 AsyncCall asyncCall(env, info, context, 0);
423 auto exec = [context](AsyncCall::Context *ctx) {
430 // 0: the AsyncCall at the first position;
431 AsyncCall asyncCall(env, info, context, 0);
443 auto exec = [context](AsyncCall::Context *ctx) {
453 // 0: the AsyncCall at the first position;
454 AsyncCall asyncCall(env, info, context, 0);
489 auto exec = [context](AsyncCall::Context *ctx) {
497 // 1: the AsyncCall at the second position
498 AsyncCall asyncCall(env, info, context, 1);
508 auto exec = [context](AsyncCall::Context *ctx) {
530 // 1: the AsyncCall at the second position
531 AsyncCall asyncCall(env, info, context, 1);
541 auto exec = [context](AsyncCall::Context* ctx) {
561 // 1: the AsyncCall at the second position
562 AsyncCall asyncCall(env, info, context, 1);
574 auto exec = [context](AsyncCall::Context* ctx) {
584 // 0: the AsyncCall at the first position;
585 AsyncCall asyncCall(env, info, context, 0);
879 auto exec = [context](AsyncCall::Context *ctx) {
884 AsyncCall asyncCall(env, info, context, 1);