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>;106 PropertyMap mPropertyValues; // Sorted map of RecordId : VehiclePropValue.
126 typedef std::map<DRMProperty, std::tuple<uint64_t, drmModePropertyRes *>> PropertyMap; typedef128 void GetTypeInfo(const PropertyMap &props);
436 void DRMPlane::GetTypeInfo(const PropertyMap &prop_map) { in GetTypeInfo()549 PropertyMap prop_map; in ParseProperties()