Searched defs:typeIdIndex (Results 1 – 2 of 2) sorted by relevance
43 std::map<std::string, uint32_t> typeIdIndex; in InitUtdGraph() local82 std::map<std::string, uint32_t> typeIdIndex; in ConstructNewGraph() local
20 Graph::Graph(uint32_t vertexNum, const std::map<std::string, uint32_t> &typeIdIndex) in Graph()