Lines Matching defs:got
108 std::basic_string<CHAR> got{
111 ASSERT_EQ(got, expect) << which << "('" << inputRaw
210 << y << "'(" << yBytes << "), got " << cmp
224 << y << "'(" << yBytes << "'), got " << cmp
256 std::basic_string<CHAR> got{
260 EXPECT_EQ(expect, got) << "inputs: '" << t.x[i] << "','" << t.y[i] << "'";
334 auto got{function(x.data(), xLen, y.data(), yLen, t.back)};
335 ASSERT_EQ(got, t.expect)
337 << ") for CHARACTER(kind=" << sizeof(CHAR) << "): got " << got
414 std::basic_string<CHAR> got{
417 ASSERT_EQ(got, expect) << "'" << inputRaw << "' * " << ncopies