Home | History | Annotate | Download | only in common

Lines Matching defs:returned

146   static const char kNoErrorReturned[] = "No error returned.";
150 bool returned = schema.Validate(value, strategy, NULL, &error);
151 ASSERT_EQ(expected_return_value, returned) << source << ": " << error;
158 returned =
160 EXPECT_EQ(expected_return_value, returned) << source << ": " << error;
163 EXPECT_EQ(touched, !strictly_valid && returned) << source;
183 bool returned = schema.Validate(value, SCHEMA_STRICT, &error_path, &error);
184 ASSERT_FALSE(returned) << error_path;