Searched refs:mValueTypePools (Results 1 – 2 of 2) 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()
236 std::map<int32_t, std::unique_ptr<InternalPool>> mValueTypePools; variable