Searched refs:guid_id_map_ (Results 1 – 4 of 4) sorted by relevance
1040 std::map<GUIDPair, int>::const_iterator iter = guid_id_map_.find(guid); in GUIDToID()1041 if (iter == guid_id_map_.end()) { in GUIDToID()1042 int id = guid_id_map_.size() + 1; in GUIDToID()1043 guid_id_map_[guid] = id; in GUIDToID()
329 mutable std::map<PersonalDataManager::GUIDPair, int> guid_id_map_; variable
274 std::map<GUIDPair, int> guid_id_map_; variable
1066 std::map<GUIDPair, int>::const_iterator iter = guid_id_map_.find(guid);1067 if (iter == guid_id_map_.end()) {1068 guid_id_map_[guid] = last_id;