HomeSort by relevance Sort by last modified time
    Searched refs:mValueTypePools (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleObjectPool.cpp 96 auto it = mValueTypePools.find(key);
98 if (it == mValueTypePools.end()) {
100 it = mValueTypePools.emplace(key, std::move(newPool)).first;
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehicleObjectPool.h 236 std::map<int32_t, std::unique_ptr<InternalPool>> mValueTypePools;

Completed in 79 milliseconds