Searched refs:PropertyMap (Results 1 – 3 of 3) sorted by relevance
63 using PropertyMap = std::map<RecordId, VehiclePropValue>; variable64 using PropertyMapRange = std::pair<PropertyMap::const_iterator, PropertyMap::const_iterator>;96 PropertyMap mPropertyValues; // Sorted map of RecordId : VehiclePropValue.
89 typedef std::map<DRMProperty, std::tuple<uint64_t, drmModePropertyRes *>> PropertyMap; typedef91 void GetTypeInfo(const PropertyMap &props);
406 void DRMPlane::GetTypeInfo(const PropertyMap &prop_map) { in GetTypeInfo()519 PropertyMap prop_map; in ParseProperties()