Searched refs:PropertyMap (Results 1 – 1 of 1) sorted by relevance
62 using PropertyMap = std::map<RecordId, VehiclePropValue>; variable63 using PropertyMapRange = std::pair<PropertyMap::const_iterator, PropertyMap::const_iterator>;95 PropertyMap mPropertyValues; // Sorted map of RecordId : VehiclePropValue.