Searched defs:extraMsg (Results 1 – 7 of 7) sorted by relevance
64 std::string_view extraMsg; variable
154 UIView::ViewExtraMsg *extraMsg = view->GetExtraMsg(); in GetElementByUIView() local
215 BError(Codes code, const std::string_view &extraMsg, DEFINE_SOURCE_LOCATION) : code_(code) in BError()
89 UIView::ViewExtraMsg *extraMsg = new UIView::ViewExtraMsg(); in SetViewExtraMsg() local
178 UIView::ViewExtraMsg *extraMsg = new UIView::ViewExtraMsg(); in SetViewExtraMsg() local193 UIView::ViewExtraMsg *extraMsg = view->GetExtraMsg(); in ReleaseViewExtraMsg() local
250 UIView::ViewExtraMsg* extraMsg = new UIView::ViewExtraMsg(); variable
273 void UIView::SetExtraMsg(ViewExtraMsg* extraMsg) in SetExtraMsg()