Searched refs:id_guid_map_ (Results 1 – 2 of 2) sorted by relevance
275 std::map<int, GUIDPair> id_guid_map_; variable
1069 id_guid_map_[last_id] = guid;1080 std::map<int, GUIDPair>::const_iterator iter = id_guid_map_.find(id);1081 if (iter == id_guid_map_.end()) {