Lines Matching refs:Eq
31 using ::testing::Eq;
40 Eq(MakeInstruction(SpvOpMemoryBarrier, {1, 2}))); in TEST_F()
41 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), Eq(input)); in TEST_F()
47 Eq("Expected operand, found end of stream.")); in TEST_F()
52 EXPECT_THAT(CompileFailure(input), Eq("Expected id to start with %.")); in TEST_F()
58 Eq("Expected operand, found end of stream.")); in TEST_F()
63 EXPECT_THAT(CompileFailure(input), Eq("Expected id to start with %.")); in TEST_F()
95 Eq("Expected operand, found end of stream.")); in TEST_F()
98 Eq("Expected operand, found end of stream.")); in TEST_F()
101 Eq("Expected operand, found end of stream.")); in TEST_F()
109 Eq("Expected '=', found end of stream.")); in TEST_F()
115 Eq("Expected id to start with %.")); in TEST_F()
118 Eq("Expected id to start with %.")); in TEST_F()
131 Eq("Expected <result-id> at the beginning of an instruction, " in TEST_F()
138 Eq("Expected <opcode> or <result-id> at the beginning of an instruction, " in TEST_F()
154 Eq("Expected operand, found end of stream.")); in TEST_F()
157 Eq("Expected operand, found end of stream.")); in TEST_F()
165 Eq("Expected <opcode> or <result-id> at the beginning of an instruction, " in TEST_F()