Lines Matching refs:ASSERT_STR_STR

40     ASSERT_STR_STR(errors[0].c_str(), "\"foo\" cannot be interpreted as type bool");  in BadConstTestBoolWithString()
56 ASSERT_STR_STR(errors[0].c_str(), "6 cannot be interpreted as type bool"); in BadConstTestBoolWithNumeric()
99 ASSERT_STR_STR(errors[0].c_str(), "\"foo\" cannot be interpreted as type int32"); in BadConstTestInt32WithString()
115 ASSERT_STR_STR(errors[0].c_str(), "true cannot be interpreted as type int32"); in BadConstTestInt32WithBool()
158 ASSERT_STR_STR(errors[0].c_str(), "-42 cannot be interpreted as type uint64"); in BadConstTestUint64Negative()
174 ASSERT_STR_STR(errors[0].c_str(), "18446744073709551616 cannot be interpreted as type uint64"); in BadConstTestUint64Overflow()
230 ASSERT_STR_STR(errors[0].c_str(), "3.41e38 cannot be interpreted as type float32"); in BadConstTestFloat32HighLimit()
246 ASSERT_STR_STR(errors[0].c_str(), "-3.41e38 cannot be interpreted as type float32"); in BadConstTestFloat32LowLimit()
289 ASSERT_STR_STR(errors[0].c_str(), "4 cannot be interpreted as type string"); in BadConstTestStringWithNumeric()
305 ASSERT_STR_STR(errors[0].c_str(), "true cannot be interpreted as type string"); in BadConstTestStringWithBool()
321 ASSERT_STR_STR(errors[0].c_str(), in BadConstTestStringWithStringTooLong()
353 ASSERT_STR_STR(errors[0].c_str(), "\"nope\" cannot be interpreted as type int32"); in BadConstTestUsingWithInconvertibleValue()
369 ASSERT_STR_STR(errors[0].c_str(), "invalid constant type string?"); in BadConstTestNullableString()
386 ASSERT_STR_STR(errors[0].c_str(), "invalid constant type example/MyEnum"); in BadConstTestEnum()
402 ASSERT_STR_STR(errors[0].c_str(), "invalid constant type array<int32>:2"); in BadConstTestArray()
418 ASSERT_STR_STR(errors[0].c_str(), "invalid constant type vector<int32>:2"); in BadConstTestVector()
434 ASSERT_STR_STR(errors[0].c_str(), "invalid constant type handle<thread>"); in BadConstTestHandleOfThread()