Searched refs:mValueTypePools (Results 1 – 4 of 4) sorted by relevance
96 auto it = mValueTypePools.find(key); in obtainRecylable()98 if (it == mValueTypePools.end()) { in obtainRecylable()100 it = mValueTypePools.emplace(key, std::move(newPool)).first; in obtainRecylable()
104 auto it = mValueTypePools.find(key); in obtainRecyclable()106 if (it == mValueTypePools.end()) { in obtainRecyclable()109 it = mValueTypePools.emplace(key, std::move(newPool)).first; in obtainRecyclable()
237 std::map<int32_t, std::unique_ptr<InternalPool>> mValueTypePools; variable
285 std::map<int32_t, std::unique_ptr<InternalPool>> mValueTypePools GUARDED_BY(mLock);