Searched refs:mNodeForAddress (Results 1 – 2 of 2) sorted by relevance
102 for (auto& [addr, node] : mNodeForAddress) { in onBinderLeaving()122 if (mNodeForAddress.size() > 100000) { in onBinderLeaving()142 auto&& [it, inserted] = mNodeForAddress.insert({RpcWireAddress::toRaw(address), in onBinderLeaving()176 if (auto it = mNodeForAddress.find(address); it != mNodeForAddress.end()) { in onBinderEntering()192 auto&& [it, inserted] = mNodeForAddress.insert({address, BinderNode{}}); in onBinderEntering()211 auto it = mNodeForAddress.find(address); in flushExcessBinderRefs()213 LOG_ALWAYS_FATAL_IF(it == mNodeForAddress.end(), "Can't be deleted while we hold sp<>"); in flushExcessBinderRefs()243 for (const auto& [_, binderNode] : mNodeForAddress) { in sendObituaries()261 return mNodeForAddress.size(); in countBinders()275 LOG_ALWAYS_FATAL_IF(!mNodeForAddress.empty(), in clear()[all …]
298 std::map<uint64_t, BinderNode> mNodeForAddress; variable