Searched defs:UIContentImplHelper (Results 1 – 1 of 1) sorted by relevance
137 struct UIContentImplHelper { struct138 explicit UIContentImplHelper(UIContentImpl* uiContent) : uiContent_(uiContent) in UIContentImplHelper() argument145 ~UIContentImplHelper() in ~UIContentImplHelper()152 UIContentImpl* uiContent_;153 std::shared_ptr<std::mutex> mutex_ = std::make_shared<std::mutex>();154 std::shared_ptr<bool> isValid_ = std::make_shared<bool>(true);