Searched defs:MsgCallback (Results 1 – 2 of 2) sorted by relevance
31 struct MsgCallback { struct43 return (GetMsgCallback(id) != nullptr); in CheckKey() argument
29 using MsgCallback = std::function<void(const std::shared_ptr<Attributes> &)>; variable