Home
last modified time | relevance | path

Searched defs:Message (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/dprof/libdprof/dprof/ipc/
Dipc_message.h40 Message(Id id, T &&data) : id_(id), data_(std::forward<T>(data)) in Message() function
/arkcompiler/runtime_core/templates/
Dmessages.rb16 Message = Struct.new(:name, :component, :number, :level, :args, :short_message, :message, keyword_i… constant
/arkcompiler/ets_frontend/es2panda/
Des2panda.h143 const std::string &Message() const noexcept in Message() function
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.h105 Message(Level level, Component component, bool print_system_error) in Message() function
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h78 #define MSG(Message) CurrentJob.Options().Msg(VerifierMessage::Message) argument
80 #define SHOW_MSG(Message) \ argument
85 #define SET_STATUS_FOR_MSG(Message) \ argument