Searched refs:next_map_ (Results 1 – 1 of 1) sorted by relevance
62 prev_map->next_map_ = map_info; in Create()174 inline std::shared_ptr<MapInfo> next_map() const { return next_map_.lock(); } in next_map()175 inline void set_next_map(std::shared_ptr<MapInfo>& value) { next_map_ = value; } in set_next_map()230 std::weak_ptr<MapInfo> next_map_; variable