Searched refs:name_to_pipeline_ (Results 1 – 1 of 1) sorted by relevance
73 if (name_to_pipeline_.count(pipeline->GetName()) > 0) in AddPipeline()77 name_to_pipeline_[pipelines_.back()->GetName()] = pipelines_.back().get(); in AddPipeline()83 auto it = name_to_pipeline_.find(name); in GetPipeline()84 return it == name_to_pipeline_.end() ? nullptr : it->second; in GetPipeline()264 std::map<std::string, Pipeline*> name_to_pipeline_; variable