Searched refs:error_prefix (Results 1 – 5 of 5) sorted by relevance
473 error_prefix = self.conventions.api_prefix + "ERROR"475 bad_success = {x for x in successcodes if x.startswith(error_prefix)}481 bad_errors = {x for x in errorcodes if not x.startswith(error_prefix)}
137 StringPiece json, int split, StringPiece error_prefix, in DoErrorTest() argument143 EXPECT_EQ(error_prefix, error_message.substr(0, error_prefix.size()));
1304 error_prefix(tobool(flags & VWARNINGF_FILELINE)); in vwarningf()1443 error_prefix(bool fileline) in error_prefix() function
1223 error_prefix(true); in yyerror()
2605 void error_prefix(bool);