Searched refs:lines_by_id_ (Results 1 – 2 of 2) sorted by relevance
49 lines_by_id_.try_emplace(line.id(), &line); in XPlaneBuilder()111 XLine*& line = lines_by_id_[line_id]; in GetOrCreateLine()
343 absl::flat_hash_map<int64, XLine*> lines_by_id_; variable