Searched refs:shallowCopy (Results 1 – 4 of 4) sorted by relevance
67 final HashSet<MemoryCache> shallowCopy; in reclaimMemory() local69 shallowCopy = (HashSet<MemoryCache>) mMemoryCaches.clone(); in reclaimMemory()71 for (final MemoryCache cache : shallowCopy) { in reclaimMemory()
81 void shallowCopy(VehiclePropValue* dest, const VehiclePropValue& src);
116 void shallowCopy(VehiclePropValue* dest, const VehiclePropValue& src) { in shallowCopy() function
479 shallowCopy(&(vec)[i++], *pValue); in onBatchHalEvent()