Searched refs:indexOfValues (Results 1 – 1 of 1) sorted by relevance
204 int indexOfValues = 0; in toMixedVehiclePropValue() local207 v.stringValue = (String) values[indexOfValues]; in toMixedVehiclePropValue()208 indexOfValues++; in toMixedVehiclePropValue()214 indexOfValues++; in toMixedVehiclePropValue()224 v.int32Values.add((Integer) values[indexOfValues]); in toMixedVehiclePropValue()225 indexOfValues++; in toMixedVehiclePropValue()234 v.int64Values.add((Long) values[indexOfValues]); in toMixedVehiclePropValue()235 indexOfValues++; in toMixedVehiclePropValue()244 v.floatValues.add((Float) values[indexOfValues]); in toMixedVehiclePropValue()245 indexOfValues++; in toMixedVehiclePropValue()[all …]