Searched refs:allValues (Results 1 – 2 of 2) sorted by relevance
117 std::vector<VehiclePropValue> allValues; in readAllValues() local118 allValues.reserve(mPropertyValues.size()); in readAllValues()120 allValues.push_back(it.second); in readAllValues()122 return allValues; in readAllValues()
288 std::vector<VehiclePropValuePool::RecyclableType> allValues; in readAllValues() local292 allValues.push_back(std::move(mValuePool->obtain(*value))); in readAllValues()296 return allValues; in readAllValues()