Lines Matching defs:invocation
354 int invocation = 0;
355 ctx.SetMessageConsumer([&invocation](spv_message_level_t, const char*,
357 const char*) { ++invocation; });
364 EXPECT_EQ(0, invocation);
370 int invocation = 0;
371 tools.SetMessageConsumer([&invocation](spv_message_level_t, const char*,
373 const char*) { ++invocation; });
379 EXPECT_EQ(0, invocation);
386 int invocation = 0;
388 [&invocation](spv_message_level_t level, const char* source,
390 ++invocation;
405 EXPECT_EQ(1, invocation);
411 int invocation = 0;
413 [&invocation](spv_message_level_t level, const char* source,
415 ++invocation;
429 EXPECT_EQ(1, invocation);
436 int invocation = 0;
437 ctx.SetMessageConsumer([&invocation](spv_message_level_t, const char*,
439 const char*) { ++invocation; });
446 EXPECT_EQ(0, invocation);
453 int invocation = 0;
454 tools.SetMessageConsumer([&invocation](spv_message_level_t, const char*,
456 const char*) { ++invocation; });
462 EXPECT_EQ(0, invocation);
470 int invocation = 0;
471 ctx.SetMessageConsumer([&invocation](spv_message_level_t, const char*,
473 const char*) { ++invocation; });
481 EXPECT_EQ(0, invocation);
488 int invocation = 0;
489 tools.SetMessageConsumer([&invocation](spv_message_level_t, const char*,
491 const char*) { ++invocation; });
498 EXPECT_EQ(0, invocation);