Searched refs:activeComposeIds_ (Results 1 – 2 of 2) sorted by relevance
133 std::set<ComposeId> activeComposeIds_; variable
1629 activeComposeIds_.emplace(id); in AddActiveComposeId()1637 activeComposeIds_.clear(); in ReleaseRedundantComposeIds()1641 …et_difference(composeIds_.begin(), composeIds_.end(), activeComposeIds_.begin(), activeComposeIds_… in ReleaseRedundantComposeIds()1646 composeIds_ = activeComposeIds_; in ReleaseRedundantComposeIds()1647 activeComposeIds_.clear(); in ReleaseRedundantComposeIds()