Searched refs:indexRange (Results 1 – 3 of 3) sorted by relevance
565 bool LogEvent::hasAttributionChain(std::pair<int, int>* indexRange) const { in hasAttributionChain()570 if (nullptr != indexRange) { in hasAttributionChain()571 indexRange->first = static_cast<int>(mAttributionChainStartIndex); in hasAttributionChain()572 indexRange->second = static_cast<int>(mAttributionChainEndIndex); in hasAttributionChain()
169 bool hasAttributionChain(std::pair<int, int>* indexRange = nullptr) const;
142 if (std::pair<int, int> indexRange; event->hasAttributionChain(&indexRange)) { in mapIsolatedUidToHostUidIfNecessaryLocked() local144 for (int i = indexRange.first; i <= indexRange.second; i++) { in mapIsolatedUidToHostUidIfNecessaryLocked()