Searched refs:srcPacMap (Results 1 – 3 of 3) sorted by relevance
499 void ShallowCopyData(PacMapList &desPacMap, const PacMapList &srcPacMap);500 void RemoveData(PacMapList &srcPacMap, const std::string &key);
887 void PacMap::ShallowCopyData(PacMapList &desPacMap, const PacMapList &srcPacMap) in ShallowCopyData() argument890 for (auto it = srcPacMap.begin(); it != srcPacMap.end(); it++) { in ShallowCopyData()
1356 PacMapList srcPacMap; variable1357 pacmap_->ShallowCopyData(desPacMap, srcPacMap);