Searched refs:typeIdIndex_ (Results 1 – 2 of 2) sorted by relevance
21 : vertexNum_(vertexNum), typeIdIndex_(typeIdIndex) in Graph()113 if (typeIdIndex_.find(node) == typeIdIndex_.end()) { in IsValidType()122 auto idx = typeIdIndex_.find(node); in GetIndex()123 if (idx == typeIdIndex_.end()) { in GetIndex()
52 std::map<std::string, uint32_t> typeIdIndex_; variable