Lines Matching refs:Eq
31 using ::testing::Eq;
40 Eq(MakeInstruction(spv::Op::OpMemoryBarrier, {1, 2})));
41 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), Eq(input));
47 Eq("Expected operand for OpMemoryBarrier instruction, but found "
53 EXPECT_THAT(CompileFailure(input), Eq("Expected id to start with %."));
59 Eq("Expected operand for OpMemoryBarrier instruction, but found "
65 EXPECT_THAT(CompileFailure(input), Eq("Expected id to start with %."));
97 Eq("Expected operand for OpMemoryNamedBarrier instruction, but "
101 Eq("Expected operand for OpMemoryNamedBarrier instruction, but found the "
105 Eq("Expected operand for OpMemoryNamedBarrier instruction, but found the "
114 Eq("Expected '=', found end of stream."));
120 Eq("Expected id to start with %."));
123 Eq("Expected id to start with %."));
136 Eq("Expected <result-id> at the beginning of an instruction, "
143 Eq("Expected <opcode> or <result-id> at the beginning of an instruction, "
160 Eq("Expected operand for OpNamedBarrierInitialize instruction, but found "
164 Eq("Expected operand for OpNamedBarrierInitialize instruction, "
174 Eq("Expected <opcode> or <result-id> at the beginning of an instruction, "