Searched refs:allIds (Results 1 – 7 of 7) sorted by relevance
112 void StateManager::addAllAtomIds(LogEventFilter::AtomIdSet& allIds) const { in addAllAtomIds()114 allIds.insert(stateTracker.first); in addAllAtomIds()
88 void addAllAtomIds(LogEventFilter::AtomIdSet& allIds) const;
197 Set<String> allIds = new ArraySet<>(); in getDocIdsByQuery() local205 allIds.add(docs.get(i).getGenericDocument().getId()); in getDocIdsByQuery()212 return allIds; in getDocIdsByQuery()
420 final Set<Long> allIds = new ArraySet<>(); in reAggregateRawContacts() local421 allIds.add(rawContactId); in reAggregateRawContacts()422 allIds.addAll(existingRawContactIds); in reAggregateRawContacts()423 final Set<Set<Long>> connectedRawContactSets = findConnectedRawContacts(db, allIds); in reAggregateRawContacts()
316 final Set<Long> allIds = new ArraySet<>(); in reAggregateRawContacts() local317 allIds.add(rawContactId); in reAggregateRawContacts()318 allIds.addAll(matchingCandidates.getRawContactIdSet()); in reAggregateRawContacts()319 final Set<Set<Long>> connectedRawContactSets = findConnectedRawContacts(db, allIds); in reAggregateRawContacts()
185 void addAllAtomIds(LogEventFilter::AtomIdSet& allIds) const;
954 void MetricsManager::addAllAtomIds(LogEventFilter::AtomIdSet& allIds) const { in addAllAtomIds()956 allIds.insert(atomId); in addAllAtomIds()