Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h189 struct RecordIdHash { struct
196 std::unordered_map<RecordId, VehiclePropValuePool::RecyclableType, RecordIdHash> values;
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp51 size_t VehiclePropertyStore::RecordIdHash::operator()(RecordId const& recordId) const { in operator ()()