Home
last modified time | relevance | path

Searched defs:make_error (Results 1 – 11 of 11) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-error.hpp96 auto make_error(throw_ptr_tag&&, rxu::error_ptr exception, Coordination cn) in make_error() function
102 auto make_error(throw_instance_tag&&, E e, Coordination cn) in make_error() function
/external/deqp-deps/amber/src/vkscript/
Dparser.cc43 std::string Parser::make_error(const Tokenizer& tokenizer, in make_error() function in amber::vkscript::Parser
Dcommand_parser.cc63 std::string CommandParser::make_error(const std::string& err) { in make_error() function in amber::vkscript::CommandParser
/external/rust/crates/serde_json/src/
Derror.rs382 fn make_error(mut msg: String) -> Error { in make_error() function
/external/rust/crates/nom/src/
Derror.rs58 pub fn make_error<I, E: ParseError<I>>(input: I, kind: ErrorKind) -> E { in make_error() function
/external/llvm/include/llvm/Support/
DError.h282 template <typename ErrT, typename... ArgTs> Error make_error(ArgTs &&... Args) { in make_error() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h303 template <typename ErrT, typename... ArgTs> Error make_error(ArgTs &&... Args) { in make_error() function
/external/llvm-project/llvm/include/llvm/Support/
DError.h335 template <typename ErrT, typename... ArgTs> Error make_error(ArgTs &&... Args) { in make_error() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h330 template <typename ErrT, typename... ArgTs> Error make_error(ArgTs &&... Args) { in make_error() function
/external/deqp-deps/amber/src/amberscript/
Dparser.cc281 std::string Parser::make_error(const std::string& err) { in make_error() function in amber::amberscript::Parser
/external/libpng/contrib/libtests/
Dpngvalid.c4639 make_error(png_store* const ps, png_byte const colour_type, in make_error() function