Searched refs:InternalPool (Results 1 – 2 of 2) sorted by relevance
99 auto newPool(std::make_unique<InternalPool>(type, vecSize)); in obtainRecylable()124 void VehiclePropValuePool::InternalPool::recycle(VehiclePropValue* o) { in recycle()141 bool VehiclePropValuePool::InternalPool::check(VehiclePropValue::RawValue* v) { in check()152 VehiclePropValue* VehiclePropValuePool::InternalPool::createObject() { in createObject()
203 class InternalPool: public ObjectPool<VehiclePropValue> {205 InternalPool(VehiclePropertyType type, size_t vectorSize) in InternalPool() function236 std::map<int32_t, std::unique_ptr<InternalPool>> mValueTypePools;