Home
last modified time | relevance | path

Searched refs:valuesIt (Results 1 – 1 of 1) sorted by relevance

/packages/modules/StatsD/statsd/src/logd/
Dlogevent_util.cpp72 std::vector<FieldValue>::const_iterator valuesIt = logEventValues.begin() + arraysOffset; in toSocketLossInfo() local
73 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 …]