Lines Matching defs:client_
208 spvBinaryParse(ScopedContext().context, &client_,
214 MockParseClient client_;
223 return this->client_.Header(endianness, header.magic, header.version,
229 return this->client_.Instruction(ParsedInstruction(instruction));
246 MockParseClient client_;
251 // Adds an EXPECT_CALL to client_->Header() with appropriate parameters,
254 EXPECT_CALL(client_, \
266 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
276 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
285 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
288 spvBinaryParse(ScopedContext().context, &client_, words.data(),
295 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
305 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
308 spvBinaryParse(ScopedContext().context, &client_, words.data(),
316 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
332 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
334 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(),
345 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
360 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
362 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(),
376 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
401 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
403 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(),
426 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
442 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
444 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(),
459 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
477 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
479 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(),
495 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
508 EXPECT_CALL(client_, Instruction(MakeParsedVoidTypeInstruction(1)))
521 EXPECT_CALL(client_, Instruction(MakeParsedVoidTypeInstruction(1)))
530 EXPECT_CALL(client_, Header(_, _, _, _, _, _))
532 EXPECT_CALL(client_, Instruction(MakeParsedVoidTypeInstruction(1)))
534 EXPECT_EQ(SPV_SUCCESS, spvBinaryParse(ScopedContext().context, &client_,
543 EXPECT_CALL(client_, Instruction(_)).Times(0); // No instruction callback.
545 spvBinaryParse(ScopedContext().context, &client_, words.data(),
562 EXPECT_CALL(client_, Instruction(MakeParsedVoidTypeInstruction(1)))
564 EXPECT_CALL(client_, Instruction(MakeParsedInt32TypeInstruction(2)))
578 EXPECT_CALL(client_, Instruction(MakeParsedVoidTypeInstruction(1)))
580 EXPECT_CALL(client_, Instruction(MakeParsedInt32TypeInstruction(2)))
595 EXPECT_CALL(client_, Instruction(_)).Times(0);
610 EXPECT_CALL(client_, Instruction(_)).Times(0);
626 EXPECT_CALL(client_, Instruction(_)).Times(0);
643 EXPECT_CALL(client_, Instruction(_)).Times(0);
659 EXPECT_CALL(client_, Instruction(MakeParsedVoidTypeInstruction(1)))
676 EXPECT_CALL(client_, Instruction(MakeParsedVoidTypeInstruction(1)))
693 EXPECT_CALL(client_, Instruction(MakeParsedVoidTypeInstruction(1)))
695 EXPECT_CALL(client_, Instruction(MakeParsedInt32TypeInstruction(2)))
712 EXPECT_CALL(client_, Instruction(MakeParsedVoidTypeInstruction(1)))
714 EXPECT_CALL(client_, Instruction(MakeParsedInt32TypeInstruction(2)))
736 client_,
761 client_,
780 EXPECT_CALL(client_, Instruction(_)).WillOnce(Return(SPV_SUCCESS));
793 EXPECT_CALL(client_,
811 EXPECT_CALL(client_, Instruction(_)).WillOnce(Return(SPV_SUCCESS));
824 EXPECT_CALL(client_,