Searched refs:descriptorCfgs (Results 1 – 2 of 2) sorted by relevance
41 void UtdGraph::InitUtdGraph(const std::vector<TypeDescriptorCfg> &descriptorCfgs) in InitUtdGraph() argument44 uint32_t descriptorsNum = static_cast<uint32_t>(descriptorCfgs.size()); in InitUtdGraph()46 typeIdIndex.insert(std::make_pair(descriptorCfgs[i].typeId, i)); in InitUtdGraph()50 for (const auto &descriptorCfg : descriptorCfgs) { in InitUtdGraph()80 …unique_ptr<Graph> UtdGraph::ConstructNewGraph(const std::vector<TypeDescriptorCfg> &descriptorCfgs) in ConstructNewGraph() argument83 uint32_t descriptorsNum = static_cast<uint32_t>(descriptorCfgs.size()); in ConstructNewGraph()85 typeIdIndex.insert(std::make_pair(descriptorCfgs[i].typeId, i)); in ConstructNewGraph()89 for (const auto &descriptorCfg : descriptorCfgs) { in ConstructNewGraph()
34 void InitUtdGraph(const std::vector<TypeDescriptorCfg> &descriptorCfgs);36 std::unique_ptr<Graph> ConstructNewGraph(const std::vector<TypeDescriptorCfg> &descriptorCfgs);