Searched refs:logEventValues (Results 1 – 1 of 1) sorted by relevance
24 const std::vector<FieldValue>& logEventValues = event.getValues(); in toSocketLossInfo() local28 if (logEventValues.size() < 7) { in toSocketLossInfo()36 if (logEventValues[1].mField.getPosAtDepth(0) == 2 && in toSocketLossInfo()37 logEventValues[1].mValue.getType() == LONG) { in toSocketLossInfo()38 result.firstLossTsNanos = logEventValues[1].mValue.long_value; in toSocketLossInfo()44 if (logEventValues[2].mField.getPosAtDepth(0) == 3 && in toSocketLossInfo()45 logEventValues[2].mValue.getType() == LONG) { in toSocketLossInfo()46 result.lastLossTsNanos = logEventValues[2].mValue.long_value; in toSocketLossInfo()52 if (logEventValues[3].mField.getPosAtDepth(0) == 4 && in toSocketLossInfo()53 logEventValues[3].mValue.getType() == INT) { in toSocketLossInfo()[all …]