Searched defs:make_error (Results 1 – 8 of 8) sorted by relevance
43 std::string Parser::make_error(const Tokenizer& tokenizer, in make_error() function in amber::vkscript::Parser
63 std::string CommandParser::make_error(const std::string& err) { in make_error() function in amber::vkscript::CommandParser
303 template <typename ErrT, typename... ArgTs> Error make_error(ArgTs &&... Args) { in make_error() function
330 template <typename ErrT, typename... ArgTs> Error make_error(ArgTs &&... Args) { in make_error() function
134 pub fn make_error<I, E: ParseError<I>>(input: I, kind: ErrorKind) -> E { in make_error() function
281 std::string Parser::make_error(const std::string& err) { in make_error() function in amber::amberscript::Parser
3736 fn make_error(&mut self, ret: c_int) -> Error { in make_error() method
4639 make_error(png_store* const ps, png_byte const colour_type, in make_error() function