Home
last modified time | relevance | path

Searched refs:msg_ (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dutils.h49 explicit UnreachableException(const char *msg) : msg_(msg) {} in UnreachableException()
50 explicit UnreachableException(const std::string_view &msg) : msg_(msg) {} in UnreachableException()
53 return msg_.c_str();
57 std::string msg_; member in panda::UnreachableException
/arkcompiler/runtime_core/libpandafile/
H A Dhelpers.h39 explicit FileAccessException(const char *msg) : msg_(msg) {} in FileAccessException()
40 explicit FileAccessException(const std::string_view &msg) : msg_(msg) {} in FileAccessException()
43 return msg_.c_str();
47 std::string msg_; member in panda::panda_file::helpers::FileAccessException
/arkcompiler/runtime_core/static_core/assembler/
H A Dmeta.h48 Error(std::string msg, Type type) : msg_(std::move(msg)), type_(type) {} in Error()
55 return msg_; in GetMessage()
64 std::string msg_; member in ark::pandasm::Metadata::Error
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Ddebug_interface.h71 Error(Type type, std::string msg) : type_(type), msg_(std::move(msg)) {} in Error()
80 return msg_; in GetMessage()
90 std::string msg_; member in ark::tooling::Error
/arkcompiler/runtime_core/assembler/
H A Dmeta.h48 Error(std::string msg, Type type) : msg_(std::move(msg)), type_(type) {} in Error()
55 return msg_; in GetMessage()
64 std::string msg_; member in panda::pandasm::Metadata::Error

Completed in 4 milliseconds