Searched refs:valuesIt (Results 1 – 1 of 1) sorted by relevance
72 std::vector<FieldValue>::const_iterator valuesIt = logEventValues.begin() + arraysOffset; in toSocketLossInfo() local73 while (valuesIt != logEventValues.end() && valuesIt->mField.getPosAtDepth(0) == 5 && in toSocketLossInfo()74 valuesIt->mValue.getType() == INT) { in toSocketLossInfo()75 result.errors.push_back(valuesIt->mValue.int_value); in toSocketLossInfo()76 valuesIt++; in toSocketLossInfo()83 while (valuesIt != logEventValues.end() && valuesIt->mField.getPosAtDepth(0) == 6 && in toSocketLossInfo()84 valuesIt->mValue.getType() == INT) { in toSocketLossInfo()85 result.atomIds.push_back(valuesIt->mValue.int_value); in toSocketLossInfo()86 valuesIt++; in toSocketLossInfo()93 while (valuesIt != logEventValues.end() && valuesIt->mField.getPosAtDepth(0) == 7 && in toSocketLossInfo()[all …]