Searched refs:equalCommunicators_ (Results 1 – 2 of 2) sorted by relevance
756 if (equalCommunicators_.count(identifier) != 0) { in SetEqualIdentifier()757 communicator = equalCommunicators_[identifier]; in SetEqualIdentifier()764 equalCommunicators_[identifier] = communicator; in SetEqualIdentifier()932 for (const auto &iter : equalCommunicators_) { in UnRegCommunicatorsCallback()959 for (auto &iter : equalCommunicators_) { in ReleaseCommunicators()962 equalCommunicators_.clear(); in ReleaseCommunicators()
235 std::map<std::string, ICommunicator *> equalCommunicators_; variable