Home
last modified time | relevance | path

Searched refs:mValueTypePools (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp96 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()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h236 std::map<int32_t, std::unique_ptr<InternalPool>> mValueTypePools; variable