Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/external/
Dpuller_util.cpp90 const std::vector<FieldValue>& rhsValues = rhs->getValues(); in mapAndMergeIsolatedUidsToHostUid() local
92 if (lhsValues[i] != rhsValues[i]) { in mapAndMergeIsolatedUidsToHostUid()
93 return lhsValues[i] < rhsValues[i]; in mapAndMergeIsolatedUidsToHostUid()
118 vector<FieldValue>* rhsValues = data[i + 1]->getMutableValues(); in mapAndMergeIsolatedUidsToHostUid() local
121 if ((*lhsValues)[p].mField != (*rhsValues)[p].mField) { in mapAndMergeIsolatedUidsToHostUid()
125 if ((*lhsValues)[p].mValue != (*rhsValues)[p].mValue) { in mapAndMergeIsolatedUidsToHostUid()
146 (*rhsValues)[p].mValue += (*lhsValues)[p].mValue; in mapAndMergeIsolatedUidsToHostUid()