Lines Matching defs:invocation
113 int invocation = 0;
116 [&invocation](spv_message_level_t level, const char* source,
118 ++invocation;
136 EXPECT_EQ(1, invocation);
146 int invocation = 0;
149 [&invocation](spv_message_level_t level, const char* source,
151 ++invocation;
171 EXPECT_EQ(1, invocation);
183 int invocation = 0;
186 [&invocation](spv_message_level_t level, const char* source,
188 ++invocation;
209 EXPECT_EQ(1, invocation);
222 int invocation = 0;
225 [&invocation](spv_message_level_t, const char*, const spv_position_t&,
226 const char*) { ++invocation; });
233 EXPECT_EQ(0, invocation); // Consumer should not be invoked at all.
248 int invocation = 0;
251 [&invocation](spv_message_level_t, const char*, const spv_position_t&,
252 const char*) { ++invocation; });
266 EXPECT_EQ(0, invocation); // Consumer should not be invoked at all.
279 int invocation = 0;
282 [&invocation](spv_message_level_t, const char*, const spv_position_t&,
283 const char*) { ++invocation; });
293 EXPECT_EQ(0, invocation); // Consumer should not be invoked at all.