Searched refs:removeAndReturnInterset (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/qcom/sm7150/gps/utils/ |
H A D | LocUnorderedSetMap.h | 57 static unordered_set<T> removeAndReturnInterset(unordered_set<T>& s1, unordered_set<T>& s2) { in removeAndReturnInterset() function 184 goneVals = removeAndReturnInterset(curVals, newVals); in update()
|
/aosp12/hardware/qcom/sm8150/gps/utils/ |
H A D | LocUnorderedSetMap.h | 64 static unordered_set<T> removeAndReturnInterset(unordered_set<T>& s1, unordered_set<T>& s2) { in removeAndReturnInterset() function 193 goneVals = removeAndReturnInterset(curVals, newVals); in update()
|
/aosp12/hardware/qcom/sm8150p/gps/utils/ |
H A D | LocUnorderedSetMap.h | 57 static unordered_set<T> removeAndReturnInterset(unordered_set<T>& s1, unordered_set<T>& s2) { in removeAndReturnInterset() function 184 goneVals = removeAndReturnInterset(curVals, newVals); in update()
|
/aosp12/hardware/qcom/sm7250/gps/utils/ |
H A D | LocUnorderedSetMap.h | 64 static unordered_set<T> removeAndReturnInterset(unordered_set<T>& s1, unordered_set<T>& s2) { in removeAndReturnInterset() function 193 goneVals = removeAndReturnInterset(curVals, newVals); in update()
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/utils/ |
H A D | LocUnorderedSetMap.h | 57 static unordered_set<T> removeAndReturnInterset(unordered_set<T>& s1, unordered_set<T>& s2) { in removeAndReturnInterset() function 184 goneVals = removeAndReturnInterset(curVals, newVals); in update()
|